(response-middleware {:keys [status-code] :as response})
Intercepts the status-code property from the response and stores it under :response-status-code as Fulcro will change status-code to 500 later if it is not 200.
Intercepts the status-code property from the response and stores it under :response-status-code as Fulcro will change status-code to 500 later if it is not 200.
(wrap-fulcro-remote fulcro-remote)
Retry requests up to 5 times with and interval of 1 second when Google returns a status 502.
Retry requests up to 5 times with and interval of 1 second when Google returns a status 502.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |