14. HTTP with Ring
Overview
In this chapter, we will process requests and generate responses, route incoming requests and manipulate requests via middleware. We will also serve up responses using various content types including JavaScript Object Notation (JSON) and Extensible Data Notation (EDN), create a web application using Ring and Compojure, and serve static resources via HTTP.
By the end of this chapter, you will be able to expose CRUD operations via HTTP.