Expand description
Server-Sent Events (SSE) decoder.
Modules§
- reqwest_
0_ 12 reqwest-0_12 - Utilities for
reqwestv0.12.
Structs§
Enums§
Constants§
- MEDIA_
TYPE mime - Media (MIME) type for SSE (
text/event-stream). - MEDIA_
TYPE_ STR - Media (MIME) type for SSE (
text/event-stream).
Type Aliases§
- Result
- A specialized
Resulttype forrusseoperations.