class Async::HTTP::Endpoint

def bind(*arguments, &block)

def bind(*arguments, &block)
	endpoint.bind(*arguments, &block)
end