RosettaCodeData/Task/HTTPS-Authenticated/Clojure/https-authenticated.clj

3 lines
98 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(clj-http.client/get "https://somedomain.com"
{:basic-auth ["user" "pass"]})