focus/crates/focus-transport/tests
DaiChaoXiong 7f00886150 feat(transport): add incremental streaming body reader and custom ports
- 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
2026-08-09 20:59:33 +08:00
..
http_tests.rs feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00
sse_tests.rs feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00
transport_tests.rs feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00