|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
The HttpRecData class makes it easy to upload packets or large data chunks when using Barracuda in multithread mode.
This class gives similar functionality to HttpAsynchReq and makes it possible to receive any kind of data sent from a client in a CSP page or in a HttpDir/HttpPage.
CSP example
#include <HttpRecData.h>
Public Member Functions | |
| HttpRecData (HttpRequest *req) | |
| The constructor is typically run by creating an object on the stack. More... | |
| ~HttpRecData () | |
| Finish using the reader. More... | |
| S32 | read (void *buf, S32 bufSize) |
| Read data from socket. More... | |
Static Public Member Functions | |
| static SBaFileSize | valid (HttpRequest *req) |
| This method validates the client HTTP request. More... | |