HttpBodyParser.h
Go to the documentation of this file.
36 using HttpBodyParserDelegate = Delegate<size_t(HttpRequest& request, const char* at, int length)>;
const int PARSE_DATASTART
special length values passed to parse functions
Definition: HttpBodyParser.h:24
size_t bodyToStringParser(HttpRequest &request, const char *at, int length)
Stores the complete body into memory.
size_t formUrlParser(HttpRequest &request, const char *at, int length)
Parses application/x-www-form-urlencoded body data.