You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -388,6 +388,7 @@ The `REQUEST` object contains a parsed and normalized request from API Gateway.
388
388
-`method`: The HTTP method of the request
389
389
-`path`: The path passed in by the request including the `base` and any `prefix` assigned to routes
390
390
-`query`: Querystring parameters parsed into an object
391
+
-`multiValueQuery`: Querystring parameters with multiple values parsed into an object with array values
391
392
-`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))
392
393
-`rawHeaders`: An object containing the original request headers (property case preserved)
393
394
-`body`: The body of the request. If the `isBase64Encoded` flag is `true`, it will be decoded automatically.
0 commit comments