Liking cljdoc? Tell your friends :D

barebuild.utils.query

The query value. A map of keyword to non-blank string, the thing both the URL projection and the request are about. canonicalize-query is its normal form, so two queries that mean the same compare equal wherever they came from, the address bar or a server's echo.

The query value. A map of keyword to non-blank string, the thing both the URL projection and
the request are about. `canonicalize-query` is its normal form, so two queries that mean the
same compare equal wherever they came from, the address bar or a server's echo.
raw docstring

barebuild.utils.request

The request value step hands the executor on a :fetch or a :write effect. Everything past :url is absent rather than nil when it does not apply, so two requests that mean the same thing compare equal.

The request value `step` hands the executor on a :fetch or a :write effect. Everything past
:url is absent rather than nil when it does not apply, so two requests that mean the same
thing compare equal.
raw docstring

barebuild.utils.url

The URL projection: how a resource reads its query out of the address bar and writes it back, scoped so several resources can share one URL without colliding.

The URL projection: how a resource reads its query out of the address bar and writes it back,
scoped so several resources can share one URL without colliding.
raw 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