![]() |
Home | Libraries | People | FAQ | More |
Start an asynchronous operation to send an upgrade request and receive the response.
template< class RequestDecorator, class HandshakeHandler> void-or-deduced async_handshake_ex( string_view host, string_view target, RequestDecorator const& decorator, HandshakeHandler&& handler); » more... template< class RequestDecorator, class HandshakeHandler> void-or-deduced async_handshake_ex( response_type& res, string_view host, string_view target, RequestDecorator const& decorator, HandshakeHandler&& handler); » more...