🎉 Integrate storage/pointer-map file feature

This commit is contained in:
Andrey Antukh 2022-11-01 09:46:54 +01:00 committed by Andrés Moya
parent a42d7164ad
commit 76333cec26
45 changed files with 2100 additions and 1408 deletions

View file

@ -139,6 +139,7 @@
[{:keys [body headers] :as response}]
(let [contenttype (get headers "content-type")]
(if (and (str/starts-with? contenttype "application/transit+json")
(string? body)
(pos? (count body)))
(assoc response :body (t/decode-str body))
response)))