An attempt to render the decision engine of webmachine in clojure.
Webmachine implements a decision engine to handle any HTTP request that implements the decision tree described in this flow chart.
An implementation of the decision engine is provided, also a protocol that must be implemented by an httpfoo handler is given, implementing this protocol should result in the ability of handling properly all HTTP requests that handle REST resource
This is my first clojure learning project and as such s guaranteed to be wrong in many ways.
Largely incomplete