1 dépôt
Libraries specifically designed for handling HTTP traffic within the Clojure ecosystem.
Distinct from Clojure Libraries: Candidates provided are either the language general tag or specific narrow libraries (NLP, Geospatial), not a general category for HTTP libraries.
Explore 1 awesome GitHub repository matching web development · Clojure HTTP Libraries. Refine with filters or upvote what's useful.
Ring is a Clojure HTTP web library that represents requests and responses as immutable data structures. It provides a functional framework for web development, treating HTTP traffic as standardized maps to decouple application logic from specific server implementations. The project features a middleware framework for composing reusable functional layers to handle cross-cutting concerns such as authentication and logging. It includes a server adapter system that translates raw traffic into request maps, as well as a dedicated integration layer for upgrading standard HTTP connections to bidirec
Represents HTTP requests and responses as immutable data structures for functional web development in Clojure.