babashka/src/babashka/impl/http_client.clj
2023-01-22 20:52:17 +01:00

10 lines
212 B
Clojure

(ns babashka.impl.http-client
(:require
[babashka.http-client]
[sci.core :as sci]))
(def hns (sci/create-ns 'babashka.http-client))
(def http-client-namespace
(sci/copy-ns babashka.http-client hns))