Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在向服务器发出请求时,我想从外部服务器获取一些数据以处理当前请求。花一些时间搜索,但没有运气。我使用noir 1.2.2
有什么办法我可以做到这一点?
我自己想通了。
它非常简单,我使用黑色附带的clj-http-0.1.1.jar 完成了它......
(clj-http.client/post "uri" "params")