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 | |
| using | HttpServerConnectionDelegate = Delegate< void(HttpServerConnection &connection)> |
| using | HttpServerProtocolUpgradeCallback = Delegate< bool()> |
Typedef Documentation
◆ HttpServerConnectionDelegate
| using HttpServerConnectionDelegate = Delegate<void(HttpServerConnection& connection)> |
◆ HttpServerProtocolUpgradeCallback
| using HttpServerProtocolUpgradeCallback = Delegate<bool()> |
1.8.17