webmachine
webmachine and redirect unauthenticated users
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:[详细]
2023-04-11 14:20 分类:问答How can I integrate Webmachine into an Erlang Application?
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[详细]
2023-04-04 23:30 分类:问答Webmachine: Who sets static_resource:init/1?
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[详细]
2023-03-25 07:44 分类:问答Erlang: is there a way to export some other module's exports from my module?
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[详细]
2023-02-11 21:51 分类:问答What are the differences between the Erlang Web Gateway Interface (EWGI) and Webmachine?
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[详细]
2022-12-11 12:32 分类:问答