Cowmachine decision flow and callbacks
Overview of controller callbacks and decisions.
HTTP requests are handled by controllers. Controllers are implemented using callbacks from a HTTP state machine which handles the HTTP request. The state machine is called Cowmachine.
Cowmachine is an adaptation from Webmachine. It is simpler, faster and uses the HTTP library Cowboy instead of Mochiweb.
application/pdf 47.7 KB