response property

HttpResponse response

The HTTP response. *

  • Notice that you shall NOT invoke response.close(), since it was
  • called automatically when the serving of a request is finished.

Implementation

HttpResponse get response;