ring

Clojure HTTP server abstraction

Github星跟踪图

Ring

Build Status

Ring is a Clojure web applications library inspired by Python's WSGI
and Ruby's Rack. By abstracting the details of HTTP into a simple,
unified API, Ring allows web applications to be constructed of modular
components that can be shared among a variety of applications, web
servers, and web frameworks.

The SPEC file at the root of this distribution provides a
complete description of the Ring interface.

Upgrade Notice

From version 1.2.1 onward, the ring/ring-core package no longer comes
with the javax.servlet/servlet-api package as a dependency (see
issue #89).

If you are using the ring/ring-core namespace on its own, you may
run into errors when executing tests or running alternative adapters.
To resolve this, include the following dependency in your dev profile:

[javax.servlet/servlet-api "2.5"]

Libraries

  • ring-core - essential functions for handling parameters, cookies and more
  • ring-devel - functions for developing and debugging Ring applications
  • ring-servlet - construct Java servlets from Ring handlers
  • ring-jetty-adapter - a Ring adapter that uses the Jetty webserver

Installation

To include one of the above libraries, for example ring-core, add
the following to your :dependencies:

[ring/ring-core "1.8.0"]

To include all of them:

[ring "1.8.0"]

Documentation

Community

Contributing

Please see CONTRIBUTING.md.

Thanks

This project borrows heavily from Ruby's Rack and Python's WSGI;
thanks to those communities for their work.

License

Copyright © 2009-2019 Mark McGranaghan, James Reeves & contributors.

Released under the MIT license.

主要指标

概览
名称与所有者ring-clojure/ring
主编程语言Clojure
编程语言Clojure (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2012-04-29 11:15:06
推送于2025-03-28 13:51:56
最后一次提交2025-03-28 13:51:36
发布数116
最新版本名称1.14.1 (发布于 2025-03-27 17:09:09)
第一版名称0.1.0 (发布于 )
用户参与
星数3.8k
关注者数112
派生数522
提交数1.2k
已启用问题?
问题数280
打开的问题数30
拉请求数149
打开的拉请求数7
关闭的拉请求数89
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?