Clojure的HTTP客户端包 clj-http

码农软件 · 软件分类 · 网络工具包 · 2019-08-31 11:59:00

软件介绍

clj-http 是一个新的 Clojure HTTP 客户端开发包,主要特点是设计简单、可靠、可扩展和可测试。

示例代码:

(require '[clj-http.client :as client])

(client/get "http://rest-test.heroku.com/")
=> {:status 200
    :headers {"date" "Sun, 01 Aug 2010 07:03:49 GMT"
              "cache-control" "private, max-age=0, must-revalidate"
              "content-type" "text/html; charset=utf-8"
              ...}
    :body "GET http://rest-test.heroku.com/"}

本文地址:https://codercto.com/soft/d/13564.html

Mastering Bitcoin

Mastering Bitcoin

Andreas M. Antonopoulos / O'Reilly Media / 2014-12-20 / USD 34.99

Mastering Bitcoin tells you everything you need to know about joining one of the most exciting revolutions since the invention of the web: digital money. Bitcoin is the first successful digital curren......一起来看看 《Mastering Bitcoin》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具