class Falcon::ProxyEndpoint

def bind(&block)

Bind to the endpoint.
def bind(&block)
	@endpoint.bind(&block)
end