Liking cljdoc? Tell your friends :D

co.gaiwan.oak.system.database

PostgreSQL connection pool + JSONB setup

PostgreSQL connection pool + JSONB setup
raw docstring

co.gaiwan.oak.system.handler

HTTP handler, Ring-based

HTTP handler, Ring-based
raw docstring

co.gaiwan.oak.system.http

HTTP server component

HTTP server component
raw docstring

co.gaiwan.oak.system.memory-store

Memory-based session store, used for testing

Memory-based session store, used for testing
raw docstring

co.gaiwan.oak.system.middleware

Global middleware, executes before reitit matches the request

Global middleware, executes before reitit matches the request
raw docstring

co.gaiwan.oak.system.security-providers

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)
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close