Kludex / python-multipart

A streaming multipart parser for Python.
https://multipart.fastapiexpert.com/
Other
316 stars 54 forks source link

If the input stream is a text stream, use its binary buffer #125

Open yecril23pl opened 7 months ago

yecril23pl commented 7 months ago

Allow passing stdin instead of stdin .buffer in a CGI scenario.

Kludex commented 7 months ago

I need a test for this.