class Cucumber::Formatter::IOHTTPBuffer

def response

def response
  @response ||= send_content(uri, method, headers)
end