class Falcon::ProxyEndpoint

def authority

@returns [String]
e.g. `"myapp.com"`.
The authority to use for this endpoint.
def authority
	@options[:authority]
end