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.length`
- `ctx.type`
- `ctx.host`
- `ctx.host=`
- `ctx.fresh`
@ -152,7 +153,6 @@ throw err;
- `ctx.status`
- `ctx.status=`
- `ctx.length=`
- `ctx.type`
- `ctx.type=`
- `ctx.headerSent`
- `ctx.redirect()`
@ -160,4 +160,4 @@ throw err;
- `ctx.set()`
- `ctx.remove()`
- `ctx.lastModified=`
- `ctx.etag=`
- `ctx.etag=`