class Falcon::Endpoint

def build_endpoint(endpoint = nil)

def build_endpoint(endpoint = nil)
	super(@options.fetch(:bind, endpoint))
end