class Qeweney::RackRequestAdapter

def initialize(env)

def initialize(env)
  @env = env
  @response_headers = {}
  @response_body = []
end