class Falcon::Command::Proxy

def endpoint(**options)

The endpoint to bind to.
def endpoint(**options)
	Async::HTTP::Endpoint.parse(@options[:bind], timeout: @options[:timeout], **options)
end