Molybden API
|
The multi-part form data pair string value. More...
#include <upload_data.hpp>
Public Member Functions | |
virtual std::string | value () const =0 |
Returns the string value. | |
Public Member Functions inherited from molybden::MultipartFormDataPairValue | |
template<class S > | |
std::shared_ptr< S > | as () |
Casts this pair value to the target type. | |
Static Public Member Functions | |
static std::shared_ptr< MultipartFormDataPairValueString > | create (std::string value) |
Additional Inherited Members | |
Protected Member Functions inherited from molybden::MultipartFormDataPairValue | |
virtual MultipartFormDataPairValueType | type () const =0 |
Returns the current value type. | |
The multi-part form data pair string value.