1
0

Added query support

This commit is contained in:
2021-05-30 19:28:03 +02:00
parent e3105eafa1
commit 324d28806b
4 changed files with 14 additions and 5 deletions

View File

@@ -120,6 +120,7 @@ Key | Type | Description
`headers` | `object` | Object containing request headers
`method` | `string` | HTTP request method
`params` | `object` | Object containing all parameters defined in the url string
`query` | `object` | Object containing all query parameters
### `res`-Object