Skip to content

Commit b7a3133

Browse files
committed
fix
1 parent d17a058 commit b7a3133

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ It is possible to filter (allow or deny) requests with simple `access` JS functi
189189
`access` function is invoked with following parameters:
190190

191191
1. Request *(Object)*. It contains following properties:
192-
* **method** *(string)* - HTTP method used in request (CONNECT, GET, POST, PUT, etc.).
193-
* **url** *(string)* - URL parsed from the URI supplied on the Request-Line.
194-
* **proto** *(string)* - the protocol version for incoming server requests.
192+
* **method** *(String)* - HTTP method used in request (CONNECT, GET, POST, PUT, etc.).
193+
* **url** *(String)* - URL parsed from the URI supplied on the Request-Line.
194+
* **proto** *(String)* - the protocol version for incoming server requests.
195195
* **protoMajor** *(Number)* - numeric major protocol version.
196196
* **protoMinor** *(Number)* - numeric minor protocol version.
197197
* **header** *(Object)* - mapping of *String* headers (except Host) in canonical form to *Array* of their *String* values.

0 commit comments

Comments
 (0)