docs: Update hooks.md (#159)

Update onResponse definition
master
Gu3 2021-01-07 13:39:37 +01:00 committed by GitHub
parent dd5c153ac4
commit f91415cffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ See [here](/advanced#hooks) for advanced usage.
## `onResponse`
- arguments: `(response)`
- arguments: `(request, options, response)`
**Example: **
```js{}[plugins/http.js]