module Falcon::Environment::Server

def client_endpoint

@returns [Async::HTTP::Endpoint] The client endpoint.
A client endpoint that can be used to connect to the server.
def client_endpoint
	::Async::HTTP::Endpoint.parse(url)
end