Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 554 Bytes

TODO.md

File metadata and controls

13 lines (10 loc) · 554 Bytes

MultipartParser

  • Implement parse_options_header function in to get the header value, and the options.
  • Send File and Field as next_part() in MultipartParser.
  • Make sure Content-Disposition is present in each the part, or raise an error.
  • Limit the size of the part, and the size of the file.
  • Implement _charset_.
  • Error on multiple Content-Disposition headers.
  • Add tracing to the parser.

MultipartBuilder

I want to implement a MultipartBuilder to build the multipart/form-data request.