module Falcon::Environment::Proxy

def endpoint

The endpoint the server will bind to.
def endpoint
	super.with(
		ssl_context: self.ssl_context,
	)
end