|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Represents a file uploaded via multipart/form-data. More...
#include <http_types.h>

Public Attributes | |
| std::string | field_name |
| std::string | filename |
| std::string | content_type |
| std::vector< uint8_t > | content |
Represents a file uploaded via multipart/form-data.
Definition at line 91 of file http_types.h.
| std::vector<uint8_t> kcenon::network::internal::multipart_file::content |
Definition at line 96 of file http_types.h.
Referenced by kcenon::network::internal::http_parser::parse_multipart_form_data().
| std::string kcenon::network::internal::multipart_file::content_type |
Definition at line 95 of file http_types.h.
Referenced by kcenon::network::internal::http_parser::parse_multipart_form_data().
| std::string kcenon::network::internal::multipart_file::field_name |
Definition at line 93 of file http_types.h.
Referenced by kcenon::network::internal::http_parser::parse_multipart_form_data().
| std::string kcenon::network::internal::multipart_file::filename |
Definition at line 94 of file http_types.h.
Referenced by kcenon::network::internal::http_parser::parse_multipart_form_data().