Mutable transport setup view used by HttpAsyncClient after the TCP socket connects.
More...
#include <HttpAsyncClient.h>
Public Attributes | |
| HttpConnectionBase * | connection = nullptr |
| AsyncEventLoop * | eventLoop = nullptr |
| const HttpURLParser * | url = nullptr |
| Function< void(Result)> | complete |
Mutable transport setup view used by HttpAsyncClient after the TCP socket connects.
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.