|
@ -1595,6 +1595,13 @@ options argument for `net.Server`. |
|
|
The `request_listener` is a function which is automatically |
|
|
The `request_listener` is a function which is automatically |
|
|
added to the `'request'` event. |
|
|
added to the `'request'` event. |
|
|
|
|
|
|
|
|
|
|
|
### Event: 'clientError' |
|
|
|
|
|
|
|
|
|
|
|
`function (exception) {}` |
|
|
|
|
|
|
|
|
|
|
|
If a client connection emits an 'error' event - it will forwarded here. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### server.listen(port, hostname) |
|
|
### server.listen(port, hostname) |
|
|
|
|
|
|
|
|
Begin accepting connections on the specified port and hostname. If the |
|
|
Begin accepting connections on the specified port and hostname. If the |
|
|