commit 9142afc28fec0977fd307b83169e99cc5f124b31 from: Omar Polo date: Fri Oct 15 21:44:40 2021 UTC set the :redirected? keys on the returned map commit - 62094a4e9c20b1f40c9a4c119c943bf4a0483b3d commit + 9142afc28fec0977fd307b83169e99cc5f124b31 blob - 0b9b3b24d991b2187c5923f63bac35cea31de034 blob + 72a9edf17829678cbd36d4c67e6e6a7f8f97d9e2 --- src/gemini/core.clj +++ src/gemini/core.clj @@ -114,7 +114,7 @@ (recur (dec n) (resolve-uri request (:meta res)) true)) - :else res))))) + :else (assoc res :redirected? redirected?)))))) (defn body-as-string! "Read all the response into a strings and returns it. The request