Molybden API
|
The key-value pair that represents a segment of a multi-part form data. More...
#include <upload_data.hpp>
Public Member Functions | |
MultipartFormDataPair (std::string key, std::shared_ptr< MultipartFormDataPairValue > value={}) | |
Public Attributes | |
const std::string | key |
The form content segment key. | |
const std::shared_ptr< MultipartFormDataPairValue > | value |
The form content segment value. | |
The key-value pair that represents a segment of a multi-part form data.