mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-17 00:25:05 +08:00
`requests` supports not only passing binary file-like objects for multi-part file uploads but also additionally passing a name, content-type and headers. This adds type hints for those options. See https://docs.python-requests.org/en/master/user/quickstart/#post-a-multipart-encoded-file.