|
kaycxx-http
HTTP client library
|
Part of a multipart/form-data request body. More...
#include <kaycxx/http/multipart_part.hpp>

Public Attributes | |
| std::string | name |
| Form field name. | |
| request_body | body |
| Non-owning descriptor of the part body. | |
| std::optional< std::string > | filename {} |
| Optional filename reported to the server. | |
| std::optional< std::string > | content_type {} |
| Optional content type overriding the default selected for the part body. | |
| std::vector< header > | headers {} |
| Additional part headers. | |
Part of a multipart/form-data request body.
| std::vector<header> kaycxx::http::multipart_part::headers {} |
Additional part headers.
Content-Disposition is managed by the client.