class Async::HTTP::Protocol::HTTPS
def client(peer, **options)
@parameter peer [IO] The peer to communicate with.
Create a client for an outbound connection.
def client(peer, **options) protocol = protocol_for(peer) options = options[protocol] || {} protocol.client(peer, **options) end