rawandahmad698 / noble-tls

TLS-Spoofing HTTP library, based on requests. Automatically updates JA3 fingerprints.
MIT License
161 stars 14 forks source link

[feature request] streaming support #7

Open kaliiiiiiiiii opened 6 months ago

kaliiiiiiiiii commented 6 months ago

smth like

await response.stream.read(2**8)

(read n bytes, throws EOF) or at least

await response.content

would be useful

such that response directly includes the response headers & code, but the response content is async

soo similar to how aiohttp works

rawandahmad698 commented 6 months ago

good idea.