class Qeweney::RackRequestAdapter

def respond(req, body, headers)

def respond(req, body, headers)
  @response_body << body
  @response_headers = headers
end