Molybden API
Loading...
Searching...
No Matches
molybden::MultipartFormDataPair Struct Reference

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< MultipartFormDataPairValuevalue
 The form content segment value.
 

Detailed Description

The key-value pair that represents a segment of a multi-part form data.


The documentation for this struct was generated from the following file: