(get-app [url {:keys [app]}])
(get-host-url virtual-host)
(get-priority virtual-host)
Lower numbers indicate higher priority
Lower numbers indicate higher priority
(host-based-routing virtual-hosts)
Route a request to one of the supplied apps
Route a request to one of the supplied apps
(matching-url? request host-url)
(regex? x)
(select-app request virtual-hosts)
Select an app to route the request to
Select an app to route the request to
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close