Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Support multipart/form-data #2

@simonask

Description

@simonask

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions