Sente adapter for `ring-jetty-adapter`, Ref. <https://github.com/ring-clojure/ring/tree/master/ring-jetty-adapter>. Adapted from <https://github.com/taoensso/sente/pull/426#issuecomment-1647231979>.
(get-sch-adapter)
(get-sch-adapter {:as opts
:keys [ajax-resp-timeout-ms]
:or {ajax-resp-timeout-ms (* 60 1000)}})
Returns an Jetty ServerChanAdapter. Options: `:ajax-resp-timeout-ms` - Max msecs to wait for Ajax responses (default 60 secs)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close