C/C++ Reference
HttpInData Struct Reference

The web-server "Request Data" container. More...

#include <HttpServer.h>

Collaboration diagram for HttpInData:

List of all members.

Public Member Functions

const char * getBuf ()
 Get pointer to start of PUT/POST data.
S32 getBufSize ()
 Get size of internal buffer.

Detailed Description

The web-server "Request Data" container.


Member Function Documentation

S32 HttpInData::getBufSize ( )

Get size of internal buffer.

Use HttpStdHeaders::getContentLength to get the length of the PUT/POST message. You must use HttpAsynchRec if getBufSize() < content-length or if chunk encoding.