Malloy
|
#include <multipart_parser.hpp>
Classes | |
struct | part |
Static Public Member Functions | |
static std::vector< part > | parse (const malloy::http::request<> &req) |
static std::vector< part > | parse (std::string_view body, const std::string &boundary) |
A parser for parsing multipart/form-data HTTP bodies.
This should be able to parse according to RFC7578.
|
static |
Parses the individual parts of a multipart/form-data message.
req | The request to parse. |
|
static |
Parses the individual parts of a multipart/form-data message.
body | The request body. |
boundary | The boundary indicator. |