Skip to content

Commit 461d0c6

Browse files
committed
fix
1 parent b7a3133 commit 461d0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ It is possible to filter (allow or deny) requests with simple `access` JS functi
194194
* **proto** *(String)* - the protocol version for incoming server requests.
195195
* **protoMajor** *(Number)* - numeric major protocol version.
196196
* **protoMinor** *(Number)* - numeric minor protocol version.
197-
* **header** *(Object)* - mapping of *String* headers (except Host) in canonical form to *Array* of their *String* values.
197+
* **header** *(Object)* - mapping of *String* headers (except Host) in canonical form to an *Array* of their *String* values.
198198
* **contentLength** *(Number)* - length of request body, if known.
199199
* **transferEncoding** *(Array)* - lists the request's transfer encodings from outermost to innermost.
200200
* **host** *(String)* - specifies the host on which the URL is sought. For HTTP/1 (per RFC 7230, section 5.4), this is either the value of the "Host" header or the host name given in the URL itself. For HTTP/2, it is the value of the ":authority" pseudo-header field.

0 commit comments

Comments
 (0)