Replacement for io.pedestal.http that is not (directly) linked to the Jakarta Servlet API and is generally simpler to use.
Replacement for io.pedestal.http that is not (directly) linked to the Jakarta Servlet API and is generally simpler to use.
Optional interceptors and support code used when developing and debugging.
Optional interceptors and support code used when developing and debugging.
No vars found in this namespace.
Provides interceptors and support for parsing the body of a request, generally according to the content type header. This results in new keys on the request map, depending on the type of data parsed.
Provides interceptors and support for parsing the body of a request, generally according to the content type header. This results in new keys on the request map, depending on the type of data parsed.
CSRF protection interceptor support, compatible with ring-anti-forgery
CSRF protection interceptor support, compatible with ring-anti-forgery
Utilities used to write Ring responses.
Utilities used to write Ring responses.
This namespace creates interceptors for ring-core middlewares.
Ring provides a trove of useful and familiar functionality; this namespace exposes that functionality as interceptors that work with Pedestal.
In some cases, some or all of the Ring middleware has been reimplemented here.
This namespace creates interceptors for ring-core middlewares. Ring provides a trove of useful and familiar functionality; this namespace exposes that functionality as interceptors that work with Pedestal. In some cases, some or all of the Ring middleware has been reimplemented here.
Secure header settings applied in interceptors
Secure header settings applied in interceptors
Support for Server Sent Events.
Support for Server Sent Events.
HTTP request tracing based on Open Telemetry.
HTTP request tracing based on Open Telemetry.
Utilities for converting to and from specific data types.
Utilities for converting to and from specific data types.
Creation of routes to expose file system or classpath resources as GET-able URIs.
This is an alternative to io.pedestal.http.ring-middlewares
that provide interceptors (which bypass routing); these functions
return [[RoutingFragment]]s that can be combined to as part of the application's routing table.
Creation of routes to expose file system or classpath resources as GET-able URIs. This is an alternative to [[io.pedestal.http.ring-middlewares]] that provide _interceptors_ (which bypass routing); these functions return [[RoutingFragment]]s that can be combined to as part of the application's routing table.
Utilities for PedestalConnectors to implement testing, and functions used when writing such tests.
Utilities for PedestalConnectors to implement testing, and functions used when writing such tests.
WebSocket support abstracted away from the Servlet API.
WebSocket support abstracted away from the Servlet API.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close