Mutable transport setup view used by HttpAsyncServer after accepting a TCP socket.
More...
#include <HttpAsyncServer.h>
Public Attributes | |
| HttpConnection * | connection = nullptr |
| AsyncEventLoop * | eventLoop = nullptr |
| Function< void(Result)> | complete |
Mutable transport setup view used by HttpAsyncServer after accepting a TCP socket.
The default setup keeps connection using its socket streams. A custom setup can install alternate active streams with HttpConnectionBase::setTransportStreams() and must call complete when the transport is ready for HTTP.