|
Molybden
|
An upload data of the "application/x-www-form-urlencoded" content type. More...
#include <upload_data.hpp>
Public Member Functions | |
| virtual std::vector< FormDataPair > | pairs () const =0 |
| Returns the list of the key-value pairs each representing a segment of a form data. | |
Public Member Functions inherited from molybden::UploadData | |
| template<class S > | |
| std::shared_ptr< S > | as () |
| Casts this upload data to the target type. | |
Static Public Member Functions | |
| static std::shared_ptr< FormData > | create (std::vector< FormDataPair > value) |
Additional Inherited Members | |
Protected Member Functions inherited from molybden::UploadData | |
| virtual UploadDataType | type () const =0 |
| Returns the current upload data type. | |
An upload data of the "application/x-www-form-urlencoded" content type.