Commit graph

933 commits

Author SHA1 Message Date
TJ Holowaychuk
c6dc504ce8 docs 2013-09-02 19:05:49 -07:00
TJ Holowaychuk
f6161918ee Merge branch 'master' of github.com:koajs/koa 2013-09-02 18:29:04 -07:00
TJ Holowaychuk
5459fb8c55 docs 2013-09-02 18:27:47 -07:00
TJ Holowaychuk
60eb2edb86 add guide 2013-09-02 18:25:17 -07:00
TJ Holowaychuk
fab0150a63 Merge pull request #46 from karlbohlmark/json-response-length
use byteLength when calculating content-length
2013-09-02 15:32:31 -07:00
Karl Böhlmark
520df772ef use byteLength when calculating content-length 2013-09-02 23:55:38 +02:00
TJ Holowaychuk
7754a3535a move downstream logic to response middleware 2013-09-01 16:27:03 -07:00
TJ Holowaychuk
37a7457d28 docs 2013-09-01 15:32:53 -07:00
TJ Holowaychuk
3758f4b675 use app.listen() in tests 2013-09-01 15:07:54 -07:00
TJ Holowaychuk
258f662543 add ctx to error-handling example 2013-08-31 09:19:05 -07:00
TJ Holowaychuk
a1edb2fe7c add docs for error ctx 2013-08-31 09:18:43 -07:00
TJ Holowaychuk
b3761b5da0 Merge branch 'master' of github.com:koajs/koa 2013-08-31 09:17:16 -07:00
TJ Holowaychuk
9046d080be Merge pull request #44 from jonathanong/patch-1
pass context to errors
2013-08-31 09:17:09 -07:00
Jonathan Ong
a5208f5ce6 pass context to errors
errors are kind of useless without the context
2013-08-30 23:48:54 -07:00
TJ Holowaychuk
9c904ebf23 Merge pull request #43 from kjbekkelund/patch-1
typo
2013-08-30 14:22:41 -07:00
Kim Joar Bekkelund
baefcacff9 typo 2013-08-30 23:09:18 +02:00
TJ Holowaychuk
32d65cfe91 add basic instrumentation 2013-08-28 21:10:25 -07:00
TJ Holowaychuk
3eafcdd85a add names to simple example middleware 2013-08-28 21:05:35 -07:00
TJ Holowaychuk
7db6987ccc change benchmark port 2013-08-28 16:27:34 -07:00
TJ Holowaychuk
0c19a060c4 fix simple example 2013-08-27 22:42:05 -07:00
TJ Holowaychuk
fae98c10ec add context debug() 2013-08-27 21:24:53 -07:00
TJ Holowaychuk
ddc7347afe change "unnamed" middleware to -, less junk output 2013-08-27 21:23:11 -07:00
TJ Holowaychuk
52a60b715d docs 2013-08-27 21:13:20 -07:00
TJ Holowaychuk
56b2732133 add conditional middleware middleware example 2013-08-27 21:12:42 -07:00
TJ Holowaychuk
552ef6fd52 typo 2013-08-27 21:10:29 -07:00
TJ Holowaychuk
1ceafd0f4e add conditional middleware example. Closes #5 2013-08-27 21:06:47 -07:00
TJ Holowaychuk
e21938a136 docs 2013-08-27 20:56:17 -07:00
TJ Holowaychuk
ad0dd3cc39 add Context#error(). Closes #31 2013-08-27 20:54:13 -07:00
TJ Holowaychuk
f6a2f54aef add error handling example 2013-08-27 20:36:44 -07:00
TJ Holowaychuk
5cc50ef2c8 docs 2013-08-27 20:29:18 -07:00
TJ Holowaychuk
99895aa215 change app to emit "error" events instead of app.error(fn) 2013-08-27 20:24:04 -07:00
TJ Holowaychuk
750748834e refactor examples 2013-08-27 19:57:16 -07:00
TJ Holowaychuk
b138f713fa refactor example 2013-08-27 19:56:35 -07:00
TJ Holowaychuk
17d8f67073 add pipe example. Closes #9 2013-08-27 19:48:58 -07:00
TJ Holowaychuk
eb41a90b80 fix app-level error delegation, always delgate 2013-08-27 19:42:45 -07:00
TJ Holowaychuk
b047405cc5 add Context#hasContent 2013-08-27 19:30:35 -07:00
TJ Holowaychuk
f7b8b2b6ae docs 2013-08-27 19:03:22 -07:00
TJ Holowaychuk
3e0599851a docs 2013-08-27 14:50:20 -07:00
TJ Holowaychuk
9e69922859 replace "qs" with native "querystring" for now 2013-08-27 14:49:11 -07:00
TJ Holowaychuk
41f6108bba use GH style .repository 2013-08-26 08:08:28 -07:00
TJ Holowaychuk
b747d8756a Merge branch 'master' of github.com:koajs/koa 2013-08-26 08:08:03 -07:00
TJ Holowaychuk
2d5e7dcd50 Merge pull request #37 from juliangruber/patch-4
add repository
2013-08-26 08:07:58 -07:00
Julian Gruber
05044c4a8b add repository 2013-08-26 11:42:51 +02:00
TJ Holowaychuk
4026d46f7e add authors 2013-08-25 19:16:57 -07:00
TJ Holowaychuk
6fb32165e3 fix .status= case sensitivity 2013-08-22 21:10:59 -07:00
TJ Holowaychuk
3439437c18 add app.error(fn). Closes #4 2013-08-22 18:47:07 -07:00
TJ Holowaychuk
d2713418cc add .querystring memoization 2013-08-22 18:07:16 -07:00
TJ Holowaychuk
261acbde88 add .query memoization for ultimate hello world benchmarks 2013-08-22 18:06:16 -07:00
TJ Holowaychuk
933ecd8747 add memoization to .path. Closes #17 2013-08-22 17:58:51 -07:00
TJ Holowaychuk
832a1dcc1e change socket error listener to just use length 2013-08-22 11:53:14 -07:00