docs: add ctx.headers alias
This commit is contained in:
parent
f6626967b2
commit
a85889e6c6
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ this.throw(401, 'access_denied', { user: user });
|
|||
The following accessors and alias [Request](request.md) equivalents:
|
||||
|
||||
- `ctx.header`
|
||||
- `ctx.headers`
|
||||
- `ctx.method`
|
||||
- `ctx.method=`
|
||||
- `ctx.url`
|
||||
|
|
Loading…
Reference in a new issue