Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willemdj authored Nov 30, 2017
1 parent de680d6 commit 02e8878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ metadata can be added using `grpc:set_headers/2` or `grpc:set_trailers/2`.

## Server Middleware

You can implement middleware as described in https://ninenines.eu/docs/en/cowboy/1.0/guide/middlewares/. The list of middlewares will need to be specified in order of execution in the `middlewares` option when starting the server. The list must include `cowboy_router` and `cowboy_handler`.
You can implement middleware as described in https://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/. The list of middlewares will need to be specified in order of execution in the `middlewares` option when starting the server. The list must include `cowboy_router` and `cowboy_handler`.

TODO:
- Timeout.
Expand Down

0 comments on commit 02e8878

Please sign in to comment.