master
Mathieu Gallé-Tessonneau 2013-12-20 11:10:31 +01:00
parent 61d437d746
commit bf3e155d4b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
into a single object which provides many helpful methods for writing into a single object which provides many helpful methods for writing
web applications and APIs. web applications and APIs.
Many accesors and methods simply delegate to their `ctx.request` or `ctx.response` Many accessors and methods simply delegate to their `ctx.request` or `ctx.response`
equivalents for convenience, and are otherwise identical. equivalents for convenience, and are otherwise identical.
These operations are used so frequently in HTTP server development These operations are used so frequently in HTTP server development