bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
670 stars 133 forks source link

[Feature Request]: How to support streaming response? #63

Closed a410202049 closed 11 months ago

a410202049 commented 11 months ago

Describe the feature / enhancement and how it would improve things

How to support streaming response?

Describe how your proposal will work, with code and/or pseudo-code

How to support streaming response?

bogdanfinn commented 11 months ago

@a410202049 maybe this helps you? https://github.com/bogdanfinn/tls-client/pull/21

a410202049 commented 11 months ago

ok thank you. this is exactly what I wanted