Skip to content

Commit 132c9ee

Browse files
dobesvdead-horse
authored andcommitted
docs: Clarify the format of request.headers (#1325)
1 parent 5810f27 commit 132c9ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/request.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
### request.header
1010

11-
Request header object.
11+
Request header object. This is the same as the [`headers`](https://nodejs.org/api/http.html#http_message_headers) field
12+
on node's [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage).
1213

1314
### request.header=
1415

0 commit comments

Comments
 (0)