|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
#include <HttpServer.h>
Go to the source code of this file.
Classes | |
| struct | HttpRecData |
| The HttpRecData class makes it easy to upload packets or large data chunks when using Barracuda in multithread mode. More... | |
Typedefs | |
| typedef struct HttpRecData | HttpRecData |
| The HttpRecData class makes it easy to upload packets or large data chunks when using Barracuda in multithread mode. More... | |
Functions | |
| BA_API SBaFileSize | HttpRecData_valid (HttpRequest *req) |
| This method validates the client HTTP request. More... | |
| BA_API void | HttpRecData_constructor (HttpRecData *o, HttpRequest *req) |
| The constructor is typically run by creating an object on the stack. More... | |
| BA_API void | HttpRecData_destructor (HttpRecData *o) |
| Finish reading, terminating the connection if unread body bytes remain. More... | |
| BA_API S32 | HttpRecData_read (HttpRecData *o, void *buf, S32 bufSize) |
| Read data from socket. More... | |