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