Skip to content

Commit 0dbad26

Browse files
rexagodcodebytere
authored andcommitted
doc: fix lexical sorting of bottom-references in http doc
PR-URL: #34007 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 1b55d90 commit 0dbad26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2612,19 +2612,20 @@ try {
26122612
[`--insecure-http-parser`]: cli.html#cli_insecure_http_parser
26132613
[`--max-http-header-size`]: cli.html#cli_max_http_header_size_size
26142614
[`'checkContinue'`]: #http_event_checkcontinue
2615+
[`'finish'`]: #http_event_finish
26152616
[`'request'`]: #http_event_request
26162617
[`'response'`]: #http_event_response
26172618
[`'upgrade'`]: #http_event_upgrade
26182619
[`Agent`]: #http_class_http_agent
26192620
[`Buffer.byteLength()`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
26202621
[`Duplex`]: stream.html#stream_class_stream_duplex
2622+
[`HPE_HEADER_OVERFLOW`]: errors.html#errors_hpe_header_overflow
26212623
[`TypeError`]: errors.html#errors_class_typeerror
26222624
[`URL`]: url.html#url_the_whatwg_url_api
26232625
[`agent.createConnection()`]: #http_agent_createconnection_options_callback
26242626
[`agent.getName()`]: #http_agent_getname_options
26252627
[`destroy()`]: #http_agent_destroy
26262628
[`dns.lookup()`]: dns.html#dns_dns_lookup_hostname_options_callback
2627-
[`'finish'`]: #http_event_finish
26282629
[`getHeader(name)`]: #http_request_getheader_name
26292630
[`http.Agent`]: #http_class_http_agent
26302631
[`http.ClientRequest`]: #http_class_http_clientrequest
@@ -2670,7 +2671,6 @@ try {
26702671
[`socket.setTimeout()`]: net.html#net_socket_settimeout_timeout_callback
26712672
[`socket.unref()`]: net.html#net_socket_unref
26722673
[`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
2673-
[`HPE_HEADER_OVERFLOW`]: errors.html#errors_hpe_header_overflow
26742674
[`writable.destroy()`]: stream.html#stream_writable_destroy_error
26752675
[`writable.destroyed`]: stream.html#stream_writable_destroyed
26762676
[`writable.cork()`]: stream.html#stream_writable_cork

0 commit comments

Comments
 (0)