{"id":59326,"library":"reqwest-eventsource","title":"Reqwest Eventsource","description":"Helper to build an Eventsource using reqwest","status":"active","version":"0.6.0","language":"rust","source_language":null,"source_url":"https://github.com/jpopesculian/reqwest-eventsource","tags":["eventsource","sse","reqwest","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nreqwest-eventsource = \"0.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add reqwest-eventsource","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"EventSource","correct":"use reqwest_eventsource::EventSource;"}],"quickstart":{"code":"use reqwest_eventsource::EventSource;\n\nlet mut es = EventSource::new(\"https://example.com/events\").unwrap();\nfor event in es {\n    match event {\n        Ok(e) => println!(\"Event: {:?}\", e),\n        Err(e) => eprintln!(\"Error: {}\", e),\n    }\n}","lang":"rust","description":"Stream server-sent events using reqwest."},"warnings":[{"fix":"Ensure reqwest is added with default features or tokio runtime.","message":"Requires reqwest with default features (async runtime).","severity":"gotcha","affected_versions":">=0.6.0"}],"env_vars":null,"search_vec":"'async':13 'build':5 'eventsourc':2,7,10 'helper':3 'reqwest':1,9,12 'sse':11 'use':8","created_at":"2026-06-16T16:59:11.244349+00:00","updated_at":"2026-06-16T16:59:11.244349+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jpopesculian/reqwest-eventsource","github":"https://github.com/jpopesculian/reqwest-eventsource","docs":"https://docs.rs/reqwest-eventsource/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}