| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a256790 commit 437d0e3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -398,7 +398,7 @@ Returns `request`. | |||
| 398 | 398 | ||
| 399 | 399 | ## Class: http.Server | |
| 400 | 400 | ||
| 401 | - This is an [`EventEmitter`][] with the following events: | ||
| 401 | + This class inherits from [`net.Server`][] and has the following additional events: | ||
| 402 | 402 | ||
| 403 | 403 | ### Event: 'checkContinue' | |
| 404 | 404 | ||
@@ -1104,6 +1104,7 @@ There are a few special headers that should be noted. | |||
| 1104 | 1104 | [`http.Server`]: #http_class_http_server | |
| 1105 | 1105 | [`http.ServerResponse`]: #http_class_http_serverresponse | |
| 1106 | 1106 | [`message.headers`]: #http_message_headers | |
| 1107 | + [`net.Server`]: net.html#net_class_net_server | ||
| 1107 | 1108 | [`net.Server.close()`]: net.html#net_server_close_callback | |
| 1108 | 1109 | [`net.Server.listen()`]: net.html#net_server_listen_handle_callback | |
| 1109 | 1110 | [`net.Server.listen(path)`]: net.html#net_server_listen_path_callback | |
| Back | FazBrowse Home | New Git URL |
0 commit comments