mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Add an example integration test for SSE (#2465)
Signed-off-by: Hung-Han (Henry) Chen <[email protected]> Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
co-authored by
David Pedersen
parent
046e7299e1
commit
c34041510c
@@ -14,3 +14,8 @@ tokio-stream = "0.1"
|
||||
tower-http = { version = "0.5.0", features = ["fs", "trace"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
[dev-dependencies]
|
||||
eventsource-stream = "0.2"
|
||||
reqwest = { version = "0.11", features = ["stream"] }
|
||||
reqwest-eventsource = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user