ClikaRT::http::FormFile
struct
Header: ClikaRT/http/server.h
One uploaded file part of a multipart/form-data body.
Data members
filename
std::string filename
client-supplied file name (as uploaded)
Declared in ClikaRT/http/server.h, line 67
content_type
std::string content_type
the part's Content-Type (as uploaded)
Declared in ClikaRT/http/server.h, line 68
content
std::string content
raw file bytes
Declared in ClikaRT/http/server.h, line 69