focus/crates/focus-transport/src
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
..
error.rs ADD: 注释 2026-07-17 11:19:22 +08:00
http.rs feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00
lib.rs feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00
sse.rs feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00
tls.rs ADD: 注释 2026-07-17 11:19:22 +08:00
transport.rs feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00