Include dependency graph for HttpResource.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | HttpResource |
Typedefs | |
typedef Delegate< int(HttpServerConnection &connection, HttpRequest &, const char *at, int length)> | HttpServerConnectionBodyDelegate |
typedef Delegate< int(HttpServerConnection &connection, HttpRequest &, char *at, int length)> | HttpServerConnectionUpgradeDelegate |
typedef Delegate< int(HttpServerConnection &connection, HttpRequest &request, HttpResponse &response)> | HttpResourceDelegate |
Typedef Documentation
◆ HttpResourceDelegate
typedef Delegate<int(HttpServerConnection& connection, HttpRequest& request, HttpResponse& response)> HttpResourceDelegate |
◆ HttpServerConnectionBodyDelegate
typedef Delegate<int(HttpServerConnection& connection, HttpRequest&, const char* at, int length)> HttpServerConnectionBodyDelegate |
◆ HttpServerConnectionUpgradeDelegate
typedef Delegate<int(HttpServerConnection& connection, HttpRequest&, char* at, int length)> HttpServerConnectionUpgradeDelegate |