docs
This commit is contained in:
parent
97a3d84ec9
commit
bed70f4716
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
|
||||
# Guide
|
||||
|
||||
This guide covers Koa topics are not directly API related, such as best practices for writing middleware,
|
||||
application structure suggestions.
|
||||
|
||||
## Writing Middleware
|
||||
|
||||
Koa middleware are simple functions which return a `GeneratorFunction`, and accept another. When
|
||||
|
|
Loading…
Reference in a new issue