RosettaCodeData/Task/HTTPS-Authenticated/Clojure/https-authenticated.clj
2023-07-01 13:44:08 -04:00

2 lines
98 B
Clojure

(clj-http.client/get "https://somedomain.com"
{:basic-auth ["user" "pass"]})