- 授权协议: MIT
- 开发语言:
- 操作系统: Linux
- 软件首页: https://github.com/pmoriarty/clj-http
软件介绍
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/"}
Hibernate
James Elliott / O'Reilly Media, Inc. / 2004-05-10 / USD 24.95
Do you enjoy writing software, except for the database code? Hibernate:A Developer's Notebook is for you. Database experts may enjoy fiddling with SQL, but you don't have to--the rest of the appl......一起来看看 《Hibernate》 这本书的介绍吧!
