- Transport::stream_request returns a ChunkStream for true SSE streaming (head read incrementally, body drained chunk by chunk) - transparent incremental chunked-transfer decoding (ChunkedDecoder) - HttpRequest.port for non-standard base_url ports (Host header + TLS connect) - per-read timeouts on the streaming path |
||
|---|---|---|
| .. | ||
| http_tests.rs | ||
| sse_tests.rs | ||
| transport_tests.rs | ||