summaryrefslogtreecommitdiff
path: root/tools/doc
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-09-10 16:03:30 -0700
committerJames M Snell <jasnell@gmail.com>2016-10-11 09:54:39 -0700
commit52c7f9d22115a3ab7174654cc61c9e34335246e2 (patch)
tree25ff865275284d898e24611668e58d834c093901 /tools/doc
parent6de9d13f83e297f5347ed0a8dbfdcfc967da5a0a (diff)
downloadandroid-node-v8-52c7f9d22115a3ab7174654cc61c9e34335246e2.tar.gz
android-node-v8-52c7f9d22115a3ab7174654cc61c9e34335246e2.tar.bz2
android-node-v8-52c7f9d22115a3ab7174654cc61c9e34335246e2.zip
doc: revise http documentation
PR-URL: https://github.com/nodejs/node/pull/8486 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools/doc')
-rw-r--r--tools/doc/type-parser.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index d8141dc4fd..38451b0e16 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -31,7 +31,12 @@ const typeMap = {
'net.Socket': 'net.html#net_class_net_socket',
'tls.TLSSocket': 'tls.html#tls_class_tls_tlssocket',
'EventEmitter': 'events.html#events_class_eventemitter',
- 'Timer': 'timers.html#timers_timers'
+ 'Timer': 'timers.html#timers_timers',
+ 'http.Agent': 'http.html#http_class_http_agent',
+ 'http.ClientRequest': 'http.html#http_class_http_clientrequest',
+ 'http.IncomingMessage': 'http.html#http_class_http_incomingmessage',
+ 'http.Server': 'http.html#http_class_http_server',
+ 'http.ServerResponse': 'http.html#http_class_http_serverresponse',
};
module.exports = {