commit
1232b692a8
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
## Application
|
## Application
|
||||||
|
|
||||||
A Koa application is not a 1-to-1 representation of an HTTP server,
|
A Koa application is not a 1-to-1 representation of an HTTP server,
|
||||||
|
@ -442,7 +441,7 @@ this.body = 'Redirecting to shopping cart';
|
||||||
to prompt for download. Optionally specify the `filename` of the
|
to prompt for download. Optionally specify the `filename` of the
|
||||||
download.
|
download.
|
||||||
|
|
||||||
### ctx.accept(types)
|
### ctx.accepts(types)
|
||||||
|
|
||||||
Check if the given `type(s)` is acceptable, returning
|
Check if the given `type(s)` is acceptable, returning
|
||||||
the best match when true, otherwise `undefined`, in which
|
the best match when true, otherwise `undefined`, in which
|
||||||
|
|
Loading…
Reference in a new issue