Skip to content

Commit

Permalink
docs: Clarify the format of request.headers (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobesv authored and dead-horse committed Jun 3, 2019
1 parent 5810f27 commit 132c9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down

0 comments on commit 132c9ee

Please sign in to comment.