@@ -1937,7 +1937,6 @@ const req = http.request(options, (res) => {
19371937```
19381938
19391939[ `'checkContinue'` ] : #http_event_checkcontinue
1940- [ `'listening'` ] : net.html#net_event_listening
19411940[ `'request'` ] : #http_event_request
19421941[ `'response'` ] : #http_event_response
19431942[ `Agent` ] : #http_class_http_agent
@@ -1956,9 +1955,6 @@ const req = http.request(options, (res) => {
19561955[ `http.request()` ] : #http_http_request_options_callback
19571956[ `message.headers` ] : #http_message_headers
19581957[ `net.Server.close()` ] : net.html#net_server_close_callback
1959- [ `net.Server.listen()` ] : net.html#net_server_listen_handle_backlog_callback
1960- [ `net.Server.listen(path)` ] : net.html#net_server_listen_path_backlog_callback
1961- [ `net.Server.listen(port)` ] : net.html#net_server_listen_port_host_backlog_callback
19621958[ `net.Server` ] : net.html#net_class_net_server
19631959[ `net.Socket` ] : net.html#net_class_net_socket
19641960[ `net.createConnection()` ] : net.html#net_net_createconnection_options_connectlistener
@@ -1984,5 +1980,3 @@ const req = http.request(options, (res) => {
19841980[ Readable Stream ] : stream.html#stream_class_stream_readable
19851981[ Writable Stream ] : stream.html#stream_class_stream_writable
19861982[ socket.unref() ] : net.html#net_socket_unref
1987- [ unspecified IPv4 address ] : https://en.wikipedia.org/wiki/0.0.0.0
1988- [ unspecified IPv6 address ] : https://en.wikipedia.org/wiki/IPv6_address#Unspecified_address
0 commit comments