class Qeweney::Request

def respond(body, headers = EMPTY_HEADERS)

def respond(body, headers = EMPTY_HEADERS)
  @adapter.respond(self, body, headers)
  @headers_sent = true
end