![]() |
Home | Libraries | People | FAQ | More |
Send an HTTP WebSocket Upgrade request and receive the response.
template< class RequestDecorator> void handshake_ex( string_view host, string_view target, RequestDecorator const& decorator); » more... template< class RequestDecorator> void handshake_ex( response_type& res, string_view host, string_view target, RequestDecorator const& decorator); » more... template< class RequestDecorator> void handshake_ex( string_view host, string_view target, RequestDecorator const& decorator, error_code& ec); » more... template< class RequestDecorator> void handshake_ex( response_type& res, string_view host, string_view target, RequestDecorator const& decorator, error_code& ec); » more...