Liking cljdoc? Tell your friends :D

xtdb.http-server

HTTP API for XTDB. The optional SPARQL handler requires com.xtdb.labs/xtdb-rdf.

HTTP API for XTDB.
The optional SPARQL handler requires com.xtdb.labs/xtdb-rdf.
raw docstring

->serverclj

(->server {:keys [xtdb-node port jetty-opts] :as options})
source

->submit-tx-muuntajaclj

source

->tx-log-muuntajaclj

source

->xtdb-handlerclj

(->xtdb-handler xtdb-node {:keys [jwks read-only? server-label]})
source

active-queriesclj

(active-queries xtdb-node)
source

default-muuntajaclj

source

default-server-portclj

source

handle-ex-infoclj

(handle-ex-info ex req)
source

handle-muuntaja-decode-errorclj

(handle-muuntaja-decode-error ex req)
source

HTTPServerclj

source

latest-completed-txclj

(latest-completed-tx xtdb-node)
source

latest-submitted-txclj

(latest-submitted-tx xtdb-node)
source

recent-queriesclj

(recent-queries xtdb-node)
source

slowest-queriesclj

(slowest-queries xtdb-node)
source

sparqqlclj

(sparqql xtdb-node)
source

tx-log-json-encodeclj

(tx-log-json-encode tx)
source

txs->jsonclj

(txs->json txs)
source

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.
sourceraw docstring

wrap-camel-case-paramsclj

(wrap-camel-case-params handler)
source

wrap-jwtclj

(wrap-jwt handler jwks)
source

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

× close