PostgreSQL connection pool + JSONB setup
PostgreSQL connection pool + JSONB setup
HTTP handler, Ring-based
HTTP handler, Ring-based
Memory-based session store, used for testing
Memory-based session store, used for testing
Global middleware, executes before reitit matches the request
Global middleware, executes before reitit matches the request
HTTP router and middleware setup
HTTP router and middleware setup
Allow adding Java security providers through configuration
E.g. you might want to set BouncyCastle as the default, for FIPS Compliance.
Config keys: :java.security.provider/prepend /
:java.security.provider/append. Both take a collection of strings, which are
either a class name (assuming a zero-arg constructor), or
className/methodName, assuming a zero-arg static method for
initialization (e.g. Conscrypt)
Allow adding Java security providers through configuration E.g. you might want to set BouncyCastle as the default, for FIPS Compliance. Config keys: `:java.security.provider/prepend` / `:java.security.provider/append`. Both take a collection of strings, which are either a class name (assuming a zero-arg constructor), or className/methodName, assuming a zero-arg static method for initialization (e.g. Conscrypt)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |