-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Marc Worrell edited this page Jul 25, 2019
·
6 revisions
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.
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.