In my new project I want to use webmachine and mochiweb. First thing i want to do is authentication. I edit \"dispatch.conf\" and make some resources, like:
I read and re-read the docs and tutorials, but my understanding of how to create Erlang Applications, and Rebar for that matter, still has enough holes to resemble Swiss cheese. Very simple stuff thro
I\'m looking at two versions static_resource:init/1 in two Webmachine applications: https://github.com/basho/wriaki/blob/master/apps/wriaki/src/session_resource.erl
I\'m writing several resources for webmachine that share lots of 开发者_运维百科same functions. So I\'m wondering if it\'s possible to write the common functions in a separate module, then somehow inc
Bot开发者_Go百科h EWGI and Webmachine provide abstractions of HTTP in Erlang. I would like to know what the key conceptual differences are in their approach?EWGI provides an abstract place for HTTP mi