类:http.ServerResponse
¥Class: http.ServerResponse
-
¥Extends: <http.OutgoingMessage>
此对象由 HTTP 服务器内部创建,而不是由用户创建。它作为第二个参数传给 'request'
事件。
¥This object is created internally by an HTTP server, not by the user. It is
passed as the second parameter to the 'request'
event.