We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e099fd commit e42869fCopy full SHA for e42869f
doc/api/http.markdown
@@ -511,6 +511,8 @@ Listening on a file descriptor is not supported on Windows.
511
This function is asynchronous. The last parameter `callback` will be added as
512
a listener for the `'listening'` event. See also [`net.Server.listen()`][].
513
514
+Returns `server`.
515
+
516
### server.listen(path[, callback])
517
518
Start a UNIX socket server listening for connections on the given `path`.
0 commit comments