koa-lite/lib
Rui Marinho d108926f46 Fix url.format usage of path on node@0.11.15
node@0.11.15 was released with a patch that adds support for `path` to
url.format
(d312b6d15c).

However, this broke `npm install` for git+ssh urls and as such has been
reverted on io.js, making it work like on node@0.11.14 again.

913addbff5
2015-01-23 02:09:21 +00:00
..
application.js remove x-powered-by. Closes #372 2014-12-04 01:01:57 -08:00
context.js ctx.request.href: get full request url, include `protocol`, `host` and `originalUrl` 2014-12-27 14:17:00 -08:00
request.js Fix url.format usage of path on node@0.11.15 2015-01-23 02:09:21 +00:00
response.js remove unnecessary "require('http')" 2014-11-29 09:42:01 +08:00