http.OutgoingMessage 类
- 继承自: <Stream>
该类作为 http.ClientRequest
和 http.ServerResponse
的父类。
从 HTTP 事务的参与者的角度来看,这是抽象的传出消息。
- Extends: <Stream>
This class serves as the parent class of http.ClientRequest
and http.ServerResponse
. It is an abstract outgoing message from
the perspective of the participants of an HTTP transaction.