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

3 lines
98 B
Clojure
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
(clj-http.client/get "https://somedomain.com"
{:basic-auth ["user" "pass"]})