Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
http2,doc: added all link definitions to footer
  • Loading branch information
sharababy authored Aug 17, 2017
commit 83f2b5afe76bd8b4cba33c9428f86b1c3c8c2e99
11 changes: 11 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2600,3 +2600,14 @@ if the stream is closed.
[`stream.pushStream()`]: #http2_stream-pushstream
[`http2.Server`]: #http2_class_http2server
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🥇
While you are here it would be nice if you could sort the whole definition block in "ASCIIbetical" order.

[`http2.SecureServer`]: #http2_class_http2secureserver
[`request.socket.getPeerCertificate()`]: tls.html#tls_tlssocket_getpeercertificate_detailed
[Writable Stream]: stream.html#stream_writable_streams
[`EventEmitter`]: events.html#events_class_eventemitter
[`response.end()`]: http.html#http_response_end_data_encoding_callback
[`response.socket`]: http.html#http_response_socket
[`TypeError`]: errors.html#errors_class_typeerror
[`response.write(data, encoding)`]: http.html#http_response_write_chunk_encoding_callback
[`response.write()`]: http.html#http_response_write_chunk_encoding_callback
[`response.setHeader()`]: http.html#http_response_setheader_name_value
[`response.writeHead()`]: http.html#http_response_writehead_statuscode_statusmessage_headers

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: could you remove the extra line at the end (try to keep a single \n at the end of the file)