docs: Clarify the format of request.headers (#1325)
This commit is contained in:
parent
5810f279a4
commit
132c9ee63f
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
|
||||
### request.header
|
||||
|
||||
Request header object.
|
||||
Request header object. This is the same as the [`headers`](https://nodejs.org/api/http.html#http_message_headers) field
|
||||
on node's [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage).
|
||||
|
||||
### request.header=
|
||||
|
||||
|
|
Loading…
Reference in a new issue