Merge pull request #216 from chemzqm/patch-1

fix doc, getter of type is delegated to request
This commit is contained in:
Jonathan Ong 2014-02-13 21:46:16 -08:00
commit 4efd645bfd

View file

@ -126,6 +126,7 @@ throw err;
- `ctx.querystring` - `ctx.querystring`
- `ctx.querystring=` - `ctx.querystring=`
- `ctx.length` - `ctx.length`
- `ctx.type`
- `ctx.host` - `ctx.host`
- `ctx.host=` - `ctx.host=`
- `ctx.fresh` - `ctx.fresh`
@ -152,7 +153,6 @@ throw err;
- `ctx.status` - `ctx.status`
- `ctx.status=` - `ctx.status=`
- `ctx.length=` - `ctx.length=`
- `ctx.type`
- `ctx.type=` - `ctx.type=`
- `ctx.headerSent` - `ctx.headerSent`
- `ctx.redirect()` - `ctx.redirect()`