Skip to content

Commit

Permalink
add documentation for multiValueQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Dec 22, 2018
1 parent 1545475 commit a878dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ The `REQUEST` object contains a parsed and normalized request from API Gateway.
- `method`: The HTTP method of the request
- `path`: The path passed in by the request including the `base` and any `prefix` assigned to routes
- `query`: Querystring parameters parsed into an object
- `multiValueQuery`: Querystring parameters with multiple values parsed into an object with array values
- `headers`: An object containing the request headers (properties converted to lowercase for HTTP/2, see [rfc7540 8.1.2. HTTP Header Fields](https://tools.ietf.org/html/rfc7540))
- `rawHeaders`: An object containing the original request headers (property case preserved)
- `body`: The body of the request. If the `isBase64Encoded` flag is `true`, it will be decoded automatically.
Expand Down

0 comments on commit a878dd2

Please sign in to comment.