Show HN: Multipart/form-data parser based on Cython (supports parsing chunks) (github.com) 3 points by siddhant 9y ago ↗ HN
[–] milancurcic 9y ago ↗ I have used the multipart package: https://github.com/defnull/multipartDoes your library add have any extra functionality beyond those in multipart?Specifically, is it possible to get access to the file-like object before writing it to file (and of course, without loading it into memory)?
1 comment
[ 2.7 ms ] story [ 14.8 ms ] threadDoes your library add have any extra functionality beyond those in multipart?
Specifically, is it possible to get access to the file-like object before writing it to file (and of course, without loading it into memory)?