Class node.http.ServerResponse
- Defined in: node.http.ServerResponse.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
This object is created internally by a HTTP server--not by the user.
|
Class Detail
node.http.ServerResponse()
This object is created internally by a HTTP server--not by the user. It is
passed as the second parameter to the
'request' event. It is a Writable Stream.