defnull / multipart

A fast multipart/form-data parser for python
MIT License
126 stars 33 forks source link

WIP: Non-blocking parser #43

Closed defnull closed 1 month ago

defnull commented 1 year ago

First prototype for a new non-blocking multipart parser that can be used in async applications and frameworks. The existing parser is re-written to use this new parser to simplify development and testing.

defnull commented 1 month ago

Will be replaced by new PR