File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ Returns `request`.
398398
399399## Class: http.Server
400400
401- This is an [ ` EventEmitter ` ] [ ] with the following events:
401+ This class inherits from [ ` net.Server ` ] [ ] and has the following additional events:
402402
403403### Event: 'checkContinue'
404404
@@ -1104,6 +1104,7 @@ There are a few special headers that should be noted.
11041104[ `http.Server` ] : #http_class_http_server
11051105[ `http.ServerResponse` ] : #http_class_http_serverresponse
11061106[ `message.headers` ] : #http_message_headers
1107+ [ `net.Server` ] : net.html#net_class_net_server
11071108[ `net.Server.close()` ] : net.html#net_server_close_callback
11081109[ `net.Server.listen()` ] : net.html#net_server_listen_handle_callback
11091110[ `net.Server.listen(path)` ] : net.html#net_server_listen_path_callback
You can’t perform that action at this time.
0 commit comments