HttpServerConnection.h File Reference
#include "HttpConnection.h"
#include "HttpResource.h"
#include "HttpBodyParser.h"
#include <functional>
Include dependency graph for HttpServerConnection.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | HttpServerConnection |
Typedefs | |
typedef Delegate< void(HttpServerConnection &connection)> | HttpServerConnectionDelegate |
typedef Delegate< bool()> | HttpServerProtocolUpgradeCallback |
Typedef Documentation
◆ HttpServerConnectionDelegate
typedef Delegate<void(HttpServerConnection& connection)> HttpServerConnectionDelegate |
◆ HttpServerProtocolUpgradeCallback
typedef Delegate<bool()> HttpServerProtocolUpgradeCallback |