Liking cljdoc? Tell your friends :D

co.gaiwan.oak.util.base64

Convert between base64 and byte-arrays

Regular and URL varieties

Convert between base64 and byte-arrays

Regular and URL varieties
raw docstring

co.gaiwan.oak.util.bigint

Unopinioted BigInteger helpers

Unopinioted BigInteger helpers
raw docstring

co.gaiwan.oak.util.hash

Generic hashing utilities

Generic hashing utilities
raw docstring

co.gaiwan.oak.util.jose

A data-driven wrapper around nimbus-jose-jwt for Clojure.

Works with string-string maps.

A data-driven wrapper around nimbus-jose-jwt for Clojure.

Works with string-string maps.
raw docstring

co.gaiwan.oak.util.log

Provides a structured, key-value logging interface on top of Log4j2. Inspired by pedestal.log and lambdaisland.glogi.

Usage: (require '[co.gaiwan.oak.util.log :as log])

(log/info :app/starting {:port 8080 :env :prod}) (try (/ 1 0) (catch Exception e (log/error :db/query-failed :query "SELECT * FROM users" :exception e)))

Built to work with structured output, in particular JsonLayout

Provides a structured, key-value logging interface on top of Log4j2.
Inspired by pedestal.log and lambdaisland.glogi.

Usage:
  (require '[co.gaiwan.oak.util.log :as log])

  (log/info :app/starting {:port 8080 :env :prod})
  (try
    (/ 1 0)
    (catch Exception e
      (log/error :db/query-failed :query "SELECT * FROM users" :exception e)))

Built to work with structured output, in particular JsonLayout 
raw docstring

co.gaiwan.oak.util.random

Generate (secure) random things

Generate (secure) random things
raw docstring

co.gaiwan.oak.util.routing

Helpers related to the reitit router/routing

Helpers related to the reitit router/routing
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