You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marc Worrell edited this page Jul 25, 2019
·
6 revisions
Cowmachine
This documentation is adapted from the webmachine documentation to reflect the differences with Cowmachine
Cowmachine is a webmachine implementation for Cowboy and used by Zotonic.
Overview
Cowmachine is an application that adds HTTP semantic awareness
on top of the HTTP web server and protocol handler Cowboy.
Cowmachine let’s you implement controllers by implementing straight forward
callback functions. This frees yourself from the details of the HTTP protocol.