elixir-maru / maru

Elixir RESTful Framework
https://maru.readme.io
BSD 3-Clause "New" or "Revised" License
1.32k stars 84 forks source link

Use Cowboy2 plug if Cowboy 2.x is available #96

Closed rslota closed 6 years ago

rslota commented 6 years ago

This enables support for HTTP/2 if Cowboy 2.x is available in runtime.

falood commented 6 years ago

Thanks @rslota 🙂