response 属性
HttpResponse 对象,用于向客户端发送响应。
如果请求体的 contentLength 不为 0,并且请求体未被读取,则对 HttpResponse 的任何写入调用都会自动耗尽请求体。
实现
HttpResponse get response;
HttpResponse 对象,用于向客户端发送响应。
如果请求体的 contentLength 不为 0,并且请求体未被读取,则对 HttpResponse 的任何写入调用都会自动耗尽请求体。
HttpResponse get response;