From 0dbad26db400e3514c81e63140056b6f43177b7f Mon Sep 17 00:00:00 2001 From: Pranshu Srivastava Date: Mon, 22 Jun 2020 09:27:52 +0530 Subject: [PATCH] doc: fix lexical sorting of bottom-references in http doc PR-URL: https://github.com/nodejs/node/pull/34007 Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index a388c56f8b0805..ea977d0d555aa1 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2612,19 +2612,20 @@ try { [`--insecure-http-parser`]: cli.html#cli_insecure_http_parser [`--max-http-header-size`]: cli.html#cli_max_http_header_size_size [`'checkContinue'`]: #http_event_checkcontinue +[`'finish'`]: #http_event_finish [`'request'`]: #http_event_request [`'response'`]: #http_event_response [`'upgrade'`]: #http_event_upgrade [`Agent`]: #http_class_http_agent [`Buffer.byteLength()`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding [`Duplex`]: stream.html#stream_class_stream_duplex +[`HPE_HEADER_OVERFLOW`]: errors.html#errors_hpe_header_overflow [`TypeError`]: errors.html#errors_class_typeerror [`URL`]: url.html#url_the_whatwg_url_api [`agent.createConnection()`]: #http_agent_createconnection_options_callback [`agent.getName()`]: #http_agent_getname_options [`destroy()`]: #http_agent_destroy [`dns.lookup()`]: dns.html#dns_dns_lookup_hostname_options_callback -[`'finish'`]: #http_event_finish [`getHeader(name)`]: #http_request_getheader_name [`http.Agent`]: #http_class_http_agent [`http.ClientRequest`]: #http_class_http_clientrequest @@ -2670,7 +2671,6 @@ try { [`socket.setTimeout()`]: net.html#net_socket_settimeout_timeout_callback [`socket.unref()`]: net.html#net_socket_unref [`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost -[`HPE_HEADER_OVERFLOW`]: errors.html#errors_hpe_header_overflow [`writable.destroy()`]: stream.html#stream_writable_destroy_error [`writable.destroyed`]: stream.html#stream_writable_destroyed [`writable.cork()`]: stream.html#stream_writable_cork