Browse Source

doc: clarify return value of http.createServer

PR-URL: https://github.com/joyent/node/pull/6054
Reviewed-by: Isaac Z. Schlueter <i@izs.me>
Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
v0.11.15-release
MK Safi 11 years ago
committed by Chris Dickinson
parent
commit
6a6782343c
  1. 2
      doc/api/http.markdown

2
doc/api/http.markdown

@ -59,7 +59,7 @@ Found'`.
## http.createServer([requestListener])
Returns a new web server object.
Returns a new instance of [http.Server](#http_class_http_server).
The `requestListener` is a function which is automatically
added to the `'request'` event.

Loading…
Cancel
Save