class Falcon::ProxyEndpoint

def protocol

@returns [Async::HTTP::Protocol] A specific protocol, e.g. {Async::HTTP::P}
The protocol to use for this connection.
def protocol
	@options[:protocol]
end