asmcos / requests

A golang HTTP client library. Salute to python requests.
Other
665 stars 90 forks source link

download large text response text is incomplete #31

Open jasonwee opened 2 years ago

jasonwee commented 2 years ago

Try download large text , example huge json files, resp.Text() is incomplete. Is it possible to support stream parameter like in the python requests?