class Falcon::ProxyEndpoint

def scheme

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