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://www.codercto.com/soft/d/13564.html

计算理论导论

计算理论导论

塞普斯 / 机械工业出版社 / 2002-8 / 39.0

This book——by a noted authority and educator in the field——presents computer science theory from a uniquely intuitive,“big picture”perspective.The author grounds his clear and interesting study on ......一起来看看 《计算理论导论》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换