module TP2::RackAdapter

def run(&app)

def run(&app)
  ->(req) { respond(req, app.(env(req))) }
end