Closed marconi closed 8 years ago
This is awesome. I'll try to review and merge today. Thank you!
Evan
On Sep 18, 2016 00:06, "Marconi Moreto Jr" notifications@github.com wrote:
You can view, comment on, or merge this pull request online at:
https://github.com/IdahoEv/cowboy-elixir-example/pull/2 Commit Summary
- updated docstrings
- updated to cowboy 2.x
File Changes
- M lib/cowboy_elixir_example.ex https://github.com/IdahoEv/cowboy-elixir-example/pull/2/files#diff-0 (4)
- M lib/dynamic_page_handler.ex https://github.com/IdahoEv/cowboy-elixir-example/pull/2/files#diff-1 (12)
- M lib/websocket_handler.ex https://github.com/IdahoEv/cowboy-elixir-example/pull/2/files#diff-2 (86)
- M mix.exs https://github.com/IdahoEv/cowboy-elixir-example/pull/2/files#diff-3 (2)
- M mix.lock https://github.com/IdahoEv/cowboy-elixir-example/pull/2/files#diff-4 (6)
Patch Links:
- https://github.com/IdahoEv/cowboy-elixir-example/pull/2.patch
- https://github.com/IdahoEv/cowboy-elixir-example/pull/2.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IdahoEv/cowboy-elixir-example/pull/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AAa4Acz8x2XQSejOU4Is6kE-dofPiK8Gks5qrOMHgaJpZM4J_0vz .
Thanks for this, helped a lot in understanding cowboy!