libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
BaseLib::Http::FormData Struct Reference

#include <Http.h>

Public Attributes

std::string contentDisposition
 
std::string name
 
std::string filename
 
std::string contentType
 
std::string contentTypeFull
 
std::unordered_map< std::string, std::string > header
 
std::shared_ptr< std::vector< char > > data
 
std::set< std::shared_ptr< FormData > > multipartMixed
 

Member Data Documentation

§ contentDisposition

std::string BaseLib::Http::FormData::contentDisposition

§ contentType

std::string BaseLib::Http::FormData::contentType

§ contentTypeFull

std::string BaseLib::Http::FormData::contentTypeFull

§ data

std::shared_ptr<std::vector<char> > BaseLib::Http::FormData::data

§ filename

std::string BaseLib::Http::FormData::filename

§ header

std::unordered_map<std::string, std::string> BaseLib::Http::FormData::header

§ multipartMixed

std::set<std::shared_ptr<FormData> > BaseLib::Http::FormData::multipartMixed

§ name

std::string BaseLib::Http::FormData::name

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