We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a256790 commit 437d0e3Copy full SHA for 437d0e3
doc/api/http.markdown
@@ -398,7 +398,7 @@ Returns `request`.
398
399
## Class: http.Server
400
401
-This is an [`EventEmitter`][] with the following events:
+This class inherits from [`net.Server`][] and has the following additional events:
402
403
### Event: 'checkContinue'
404
@@ -1104,6 +1104,7 @@ There are a few special headers that should be noted.
1104
[`http.Server`]: #http_class_http_server
1105
[`http.ServerResponse`]: #http_class_http_serverresponse
1106
[`message.headers`]: #http_message_headers
1107
+[`net.Server`]: net.html#net_class_net_server
1108
[`net.Server.close()`]: net.html#net_server_close_callback
1109
[`net.Server.listen()`]: net.html#net_server_listen_handle_callback
1110
[`net.Server.listen(path)`]: net.html#net_server_listen_path_callback
0 commit comments