EHS Embedded HTTP Server
1.5.0.132
|
This class stores the content disposition of a subbody. More...
#include <contentdisposition.h>
Public Member Functions | |
ContentDisposition () | |
Default constructor. | |
~ContentDisposition () | |
Destructor. | |
Public Attributes | |
StringCaseMap | m_oContentDispositionHeaders |
Map of headers for this content disposition. | |
std::string | m_sContentDisposition |
Content disposition string for this object. |
This class stores the content disposition of a subbody.
It is used for multi-part form data.