Liking cljdoc? Tell your friends :D

crux.http-server

HTTP API for Crux. The optional SPARQL handler requires juxt.crux/rdf.

HTTP API for Crux.
The optional SPARQL handler requires juxt.crux/rdf.
raw docstring

->serverclj

(->server {:keys [crux-node port jwks] :as options})

active-queriesclj

(active-queries crux-node)

default-server-portclj


HTTPServerclj


latest-completed-txclj

(latest-completed-tx crux-node)

latest-submitted-txclj

(latest-submitted-tx crux-node)

recent-queriesclj

(recent-queries crux-node)

slowest-queriesclj

(slowest-queries crux-node)

valid-jwt?clj

(valid-jwt? jwt jwks)

Return true if the given JWS is valid with respect to the given signing key.

Return true if the given JWS is valid with respect to the given
signing key.
raw docstring

wrap-jwtclj

(wrap-jwt handler jwks)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close