class Falcon::ProxyEndpoint

def connect(&block)

Connect to the endpoint.
def connect(&block)
	@endpoint.connect(&block)
end