#include "HttpCommon.h"#include "HttpRequestAuth.h"#include "../TcpConnection.h"#include "Data/Stream/DataSourceStream.h"#include "Data/Stream/MultipartStream.h"#include "HttpHeaders.h"#include "HttpParams.h"#include "Data/ObjectMap.h"
Include dependency graph for HttpRequest.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | HttpRequest |
Typedefs | |
| typedef Delegate< int(HttpConnection &client, HttpResponse &response)> | RequestHeadersCompletedDelegate |
| typedef Delegate< int(HttpConnection &client, const char *at, size_t length)> | RequestBodyDelegate |
| typedef Delegate< int(HttpConnection &client, bool successful)> | RequestCompletedDelegate |
Typedef Documentation
◆ RequestBodyDelegate
| typedef Delegate<int(HttpConnection& client, const char* at, size_t length)> RequestBodyDelegate |
◆ RequestCompletedDelegate
| typedef Delegate<int(HttpConnection& client, bool successful)> RequestCompletedDelegate |
◆ RequestHeadersCompletedDelegate
| typedef Delegate<int(HttpConnection& client, HttpResponse& response)> RequestHeadersCompletedDelegate |
1.8.13