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

Support multipart/form-data #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions