8000 add documentation for multiValueQuery · jthomerson/lambda-api@a878dd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a878dd2

Browse files
committed
add documentation for multiValueQuery
1 parent 1545475 commit a878dd2

File tree

1 fil 8000 e changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ The `REQUEST` object contains a parsed and normalized request from API Gateway.
388388
- `method`: The HTTP method of the request
389389
- `path`: The path passed in by the request including the `base` and any `prefix` assigned to routes
390390
- `query`: Querystring parameters parsed into an object
391+
- `multiValueQuery`: Querystring parameters with multiple values parsed into an object with array values
391392
- `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))
392393
- `rawHeaders`: An object containing the original request headers (property case preserved)
393394
- `body`: The body of the request. If the `isBase64Encoded` flag is `true`, it will be decoded automatically.

0 commit comments

Comments
 (0)
0