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

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.
 

Detailed Description

The key-value pair that represents a segment of a form data (e.g.

a form field content).

Member Data Documentation

◆ value

const std::string molybden::FormDataPair::value

The form data segment value.

Can be empty.


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