| I interrupted my reading at 'Accept and respond with JSON' to write this comment, before I skipped over that section and returned to reading the rest. Folks that aren't aware of Webmachine should take a look: https://github.com/webmachine/webmachine The 'Accept' header should determine the response type, but content negotiation is something that few bother to implement. Webmachine does that for you, among other things like choosing the correct status code for your response. Also, shameless plug for my OCaml port: https://github.com/inhabitedtype/ocaml-webmachine |
Great buzzwords, I have no idea what this project actually does.