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 of outgoing message from
the perspective of the participants of HTTP transaction.