15 #include <server_http.hpp> 47 FormData(std::shared_ptr<SimpleWeb::Server<SimpleWeb::HTTP>::Request> request);
53 uint8_t* skipSeparator(uint8_t *b);
54 uint8_t* skipDoubleSeparator(uint8_t *b);
55 uint8_t* getContentEnd(uint8_t *b);
56 uint8_t* findDataFormField(uint8_t* buffer,
const std::string& field);
59 const uint8_t* m_buffer;
61 std::string m_boundary;