Ring 文档 Apr 25th, 2013 Ring 是一个 HTTP 底层库,提供了一套底层的 API,让你可以使用 Clojure 来构建 Web 应用。它类似于Ruby 的 Rack 库,Python 的 WSGI,或者 Java 的 Servlet 规范。 开始 为什么要使用 Ring?