Liking cljdoc? Tell your friends :D
Clojure only.

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

start-http-serverclj

(start-http-server crux-system
                   {:keys [server-port cors-access-control]
                    :or {server-port 3000 cors-access-control []}
                    :as options})
(start-http-server kv-store
                   tx-log
                   indexer
                   consumer-config
                   {:keys [server-port] :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

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

× close