Argument of a multipart/form-data request.
More...
#include <userver/server/http/form_data_arg.hpp>
|
bool | operator== (const FormDataArg &r) const |
|
std::string | Charset () const |
|
std::string | ToDebugString () const |
|
Argument of a multipart/form-data request.
Definition at line 15 of file form_data_arg.hpp.
◆ operator==()
bool server::http::FormDataArg::operator== |
( |
const FormDataArg & |
r | ) |
const |
|
inline |
◆ content_disposition
std::string_view server::http::FormDataArg::content_disposition |
◆ content_type
std::optional<std::string_view> server::http::FormDataArg::content_type |
◆ default_charset
std::optional<std::string> server::http::FormDataArg::default_charset |
◆ filename
std::optional<std::string> server::http::FormDataArg::filename |
◆ value
std::string_view server::http::FormDataArg::value |
The documentation for this struct was generated from the following file: