Packages

Ewebmachine contains macros and plugs to allow you to compose HTTP decision handlers and run the HTTP decision tree to get your HTTP response. This project is a rewrite for Elixir and Plug of basho webmachine.

Current section

Files

Jump to
ewebmachine examples hello README.md
Raw

examples/hello/README.md

# Example application for ewebmachine
## URLs
* `/hello/:name`
* `/hello/json/:name`
* `/static/*path`