|
Molybden
|
The key-value pair that represents a segment of a form data (e.g. More...
#include <upload_data.hpp>
Public Member Functions | |
| FormDataPair (std::string key, std::string value="") | |
Public Attributes | |
| const std::string | key |
| The form data segment key. | |
| const std::string | value |
| The form data segment value. | |
The key-value pair that represents a segment of a form data (e.g.
a form field content).
| const std::string molybden::FormDataPair::value |
The form data segment value.
Can be empty.