module Falcon::Environment::Server
def endpoint
The upstream endpoint that will handle incoming requests.
def endpoint ::Async::HTTP::Endpoint.parse(url).with(**endpoint_options) end
def endpoint ::Async::HTTP::Endpoint.parse(url).with(**endpoint_options) end