Commit Graph

27 Commits (1ed691dde31ac2d7652048d8429746b3771ae976)

Author SHA1 Message Date
Matthew King 05b5912912 Clarify precondition for freshness check
I ran into the issue from #294 and thought it was a bug since fresh was always returning false. I think it's fair that, at the very least, the docs are not completely clear on how to use `this.fresh`.
2015-07-16 00:37:41 -07:00
fengmk2 3e66157472 ctx.request.href: get full request url, include `protocol`, `host` and `originalUrl`
Useful on those scenes need current full request url, like `OAuth`.
2014-12-27 14:17:00 -08:00
TJ Holowaychuk 30967f57ec docs: fix content negotiation section indentation 2014-10-09 09:11:09 -07:00
Peeyush Kushwaha cc4a549b70 fixed typo in documentation 2014-09-27 17:38:21 +05:30
bhanuc 17e98e4e7d updated request.md and response.md 2014-09-25 17:06:23 +05:30
dead_horse 5ca9f451a7 alias request.headers as request.header 2014-08-07 00:04:21 +08:00
Jonathan Ong 31ba115231 res: add .is() 2014-06-13 00:30:59 -07:00
dead_horse 21b7eb82b9 add originalUrl 2014-05-06 10:01:46 +08:00
TJ Holowaychuk 55ebdb522b docs 2014-05-05 08:44:00 -07:00
dead_horse f76268ba58 remove req.host=, fix docs 2014-05-05 12:45:33 +08:00
Sonny Piers b7a747fc71 Fix typo in request api documentation. 2014-04-12 00:29:33 +02:00
TJ Holowaychuk e56f442222 refactor request docs to use this.request
maybe we should do this with all of them, but then we might
need a section showing ctx.* stuff, people might miss the aliasing all together
2014-02-14 09:40:58 -08:00
TJ Holowaychuk 785aba879c add request.charset 2014-02-14 09:38:59 -08:00
Jonathan Ong 7e66aca8c3 better content negotiation docs
closes #193
2014-01-18 14:22:53 -08:00
pana 30d200dc09 remove the vary method from request object 2014-01-17 18:19:51 +08:00
pana 420a6154bc update document 2014-01-17 16:30:35 +08:00
TJ Holowaychuk 43a8c12028 docs for req.host= 2014-01-07 17:21:43 -08:00
jeromew 93351bf845 Add req.host= 2014-01-07 21:09:01 +00:00
Jonathan Ong 039805265f docs request: typo 2013-12-18 23:47:48 -08:00
TJ Holowaychuk 97a3d84ec9 docs 2013-12-17 23:53:58 -08:00
TJ Holowaychuk a2582e7aa3 change req.is() to return the canonical mime type 2013-11-28 12:47:23 -08:00
Jonathan Ong 8717a3ad2b req.is(): make better
closes #105 and #106
2013-11-28 00:13:16 -08:00
Jonathan Ong e2cd1f02ca docs: req.accepts(): throw a 406 2013-11-20 18:06:45 -08:00
Jonathan Ong 1d38d4acd1 req.accepts: default to first 'type' 2013-11-20 18:00:24 -08:00
Jonathan Ong 5ae3f4eb30 req.acceptsEncodings: default to 'identity' 2013-11-20 17:46:11 -08:00
Jonathan Ong dc873d66e2 docs: add res.lastModified and res.etag among other things 2013-11-19 22:40:52 -08:00
TJ Holowaychuk c699c75c52 add koa Request / Response objects and delegation. Closes #52 2013-11-13 09:01:15 -08:00