class Qeweney::Request

def respond(body, headers = {})

def respond(body, headers = {})
  @adapter.respond(body, headers)
  @headers_sent = true
end