Liking cljdoc? Tell your friends :D
Clojure only.

dev.arkaitz.web-base.integrant

Optional: Integrant methods for a host that uses it (SPEC §10). The only namespace of the base that requires integrant; nothing else depends on it, and a host without Integrant calls dev.arkaitz.web-base/handler and start itself.

A config for ::handler holds functions — routes, the subject function, layouts — which EDN cannot express, so a host writes it as an Integrant component of its own and refers to it, or builds the map in code:

{::wb/handler {:routes #ig/ref :my/routes :session {...} ...}
 ::wb/server  {:handler #ig/ref ::wb/handler :port 3000}}

config/readers is merged in so #wb/env works in the same EDN, and the two-argument form takes readers of the host's own.

Optional: Integrant methods for a host that uses it (SPEC §10). The only
namespace of the base that requires integrant; nothing else depends on it,
and a host without Integrant calls `dev.arkaitz.web-base/handler` and
`start` itself.

A config for `::handler` holds functions — routes, the subject function,
layouts — which EDN cannot express, so a host writes it as an Integrant
component of its own and refers to it, or builds the map in code:

    {::wb/handler {:routes #ig/ref :my/routes :session {...} ...}
     ::wb/server  {:handler #ig/ref ::wb/handler :port 3000}}

`config/readers` is merged in so `#wb/env` works in the same EDN, and the
two-argument form takes readers of the host's own.
raw docstring

read-stringclj

(read-string s)
(read-string readers s)

Integrant's reader with the base's tags added, or with the readers given — config/env-file-readers for a development machine, say.

Integrant's reader with the base's tags added, or with the readers given —
`config/env-file-readers` for a development machine, say.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
←Move to previous article
→Move to next article
Ctrl+/Jump to the search field
× close