Merge pull request #324 from dead-horse/docs
fix middleware gif, close #322
This commit is contained in:
commit
b9c0382694
2 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ app.use(function *(next){
|
|||
while any code after is the "bubble" phase. This crude gif illustrates how ES6 generators allow us
|
||||
to properly utilize stack flow to implement request and response flows:
|
||||
|
||||
![koa middleware](https://i.cloudup.com/N7L5UakJo0.gif)
|
||||
![koa middleware](/docs/middleware.gif)
|
||||
|
||||
1. Create a date to track duration
|
||||
2. Yield control to the next middleware
|
||||
|
|
BIN
docs/middleware.gif
Normal file
BIN
docs/middleware.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 782 KiB |
Loading…
Reference in a new issue