#include <EHS.h>
Public Member Functions | |
| FormValue (std::string &irsBody, ContentDisposition &ioContentDisposition) | |
| Constructor. | |
Public Attributes | |
| StringMap | oFormHeaders |
| for MIME attachments only, normal header information like content-type -- everything except content-disposition, which is in oContentDisposition | |
| ContentDisposition | oContentDisposition |
| everything in the content disposition line | |
| std::string | sBody |
| the body of the value. For non-MIME-style attachments, this is the only part used. | |
This is how data is passed in from the client has to be more complicated because of metadata associated with MIME-style attachments. Each element of a form is put into a ContentDisposition object which can be looked at in HandleRequest to see what data might have been sent in.
|
||||||||||||
|
Constructor.
|
1.3.5