/ex_httpd

Primary LanguageElixir

ExHttpd

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add ex_httpd to your list of dependencies in mix.exs:

    def deps do [{:ex_httpd, "~> 0.0.1"}] end

  2. Ensure ex_httpd is started before your application:

    def application do [applications: [:ex_httpd]] end