psf / requests

A simple, yet elegant, HTTP library.
https://requests.readthedocs.io/en/latest/
Apache License 2.0
52.19k stars 9.33k forks source link

feat:add chunked parameter for request method #6746

Closed LoveEatCandy closed 5 months ago

LoveEatCandy commented 5 months ago

I need chunked parameter for uploading big size files, because header Transfer-Encoding: chunked is not work.

sigmavirus24 commented 5 months ago

Please open a bug report with reproducible steps explaining the bug first.