HTTP API for Crux. The optional SPARQL handler requires juxt.crux/rdf.
HTTP API for Crux. The optional SPARQL handler requires juxt.crux/rdf.
(->crux-handler crux-node {:keys [jwks read-only? server-label]})
(->server {:keys [crux-node port jetty-opts] :as options})
(active-queries crux-node)
(handle-ex-info ex req)
(handle-muuntaja-decode-error ex req)
(latest-completed-tx crux-node)
(latest-submitted-tx crux-node)
(recent-queries crux-node)
(slowest-queries crux-node)
(sparqql crux-node)
(tx-log-json-encode tx)
(txs->json txs)
(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.
(wrap-camel-case-params handler)
(wrap-jwt handler jwks)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close