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

default-server-portclj

source

start-http-serverclj

(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

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

× close