class Async::HTTP::Middleware::Builder

def to_app

def to_app
	app = @use.reverse.inject(app) {|app, use| use.call(app).freeze}
end