w icon indicating copy to clipboard operation
w copied to clipboard

Support multipart/form-data

Open simonask opened this issue 11 years ago • 0 comments

Libevhtp, the current HTTP library based on libevent, does not seem to parse multipart form data, which is the default for browsers. It is also required when doing things like file uploads.

Possible solutions:

  • Wait for libevhtp2 to implement multipart/form-data.
  • Fork libevhtp and implement it ourselves.
  • Implement our own HTTP parser on top of libevent.

simonask avatar Jun 15 '14 09:06 simonask