Raxx.Cowboy
Cowboy adapter for the raxx webserver interface
Installation
If available in Hex, the package can be installed as:
-
Add
raxx_cowboyto your list of dependencies inmix.exs:
```elixir
def deps do
[{:raxx_cowboy, "~> 0.2.0"}]
end
```-
Ensure
raxx_cowboyis started before your application:
```elixir
def application do
[applications: [:raxx_cowboy]]
end
```