This commit is contained in:
Mathieu Gallé-Tessonneau 2013-12-20 11:10:31 +01:00
parent 61d437d746
commit bf3e155d4b

View file

@ -4,7 +4,7 @@
into a single object which provides many helpful methods for writing
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.
These operations are used so frequently in HTTP server development