requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
989 stars 186 forks source link

There seems to be no documentation on the multipart submodule, or at least on the MultipartDecoder class #341

Open atiagosoares opened 1 year ago

atiagosoares commented 1 year ago

There isn't a documentation page for the multipart submodule. The MultipartEncoder class is mentioned at times, but I didn't find any mentions to the MultipartDecoder class.

I have the intentions of adding this documentation myself. Will add a new page called "multipart", with the usage guide for both classes mentioned above. Opening the issue to let maintainer know I'm working on this.

atiagosoares commented 1 year ago

I found documentation for the MultipartEncoder and MultipartEncoderMonitor classes. I'll be documenting only the MultipartDecoder class.

atiagosoares commented 1 year ago

Pull request created

dragon-dxw commented 1 year ago

(it's https://github.com/requests/toolbelt/pull/342 )