httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Implement asyncstreams

Open termermc opened this issue 1 year ago • 7 comments

Implements:

  • Async streaming I/O when httpxUseStreams is true
  • Exposes request ID
  • Exposes parsed request content length

TODO In another PR:

  • Limit request header sizes to 8kib
  • Write documentation for streams mode

termermc avatar Apr 05 '23 09:04 termermc