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

data-browser-queryclj

(data-browser-query crux-node
                    options
                    {{:strs [valid-time transaction-time q]} :query-params
                     :as request})
source

default-date-formatterclj

source

default-server-portclj

source

html-request?clj

(html-request? request)
source

HTTPServerclj

source

latest-completed-txclj

(latest-completed-tx crux-node)
source

latest-submitted-txclj

(latest-submitted-tx crux-node)
source

(link-all-entities db path result)
source

(link-top-level-entities db path results)
source

moduleclj

source

muuntaja-handlerclj

source

query->htmlclj

(query->html links {headers :find} results)
source

resolve-entity-mapclj

(resolve-entity-map linked-entities entity-map)
source

resolve-prev-next-offsetclj

(resolve-prev-next-offset query-params prev-offset next-offset)
source

start-http-servercljdeprecated

(start-http-server crux-node)
(start-http-server crux-node
                   {:keys [server-port cors-access-control]
                    :or {server-port default-server-port cors-access-control []}
                    :as options})

Starts a HTTP server listening to the specified server-port, serving the Crux HTTP API. Takes a either a crux.api.ICruxAPI or its dependencies explicitly as arguments (internal use).

Starts a HTTP server listening to the specified server-port, serving
the Crux HTTP API. Takes a either a crux.api.ICruxAPI or its
dependencies explicitly as arguments (internal use).
sourceraw docstring

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

vt-tt-entity-boxclj

(vt-tt-entity-box vt tt)
source

wrap-jwtclj

(wrap-jwt handler jwks)
source

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

× close