[ 源代码: ruby-rack ]
软件包:ruby-rack(3.0.8-1)
ruby-rack 的相关链接
Debian 的资源:
下载源码包 ruby-rack:
维护小组:
- Debian Ruby Team (QA 页面, 邮件存档)
- Chris Lamb (QA 页面)
- Lucas Nussbaum (QA 页面)
- Youhei SASAKI (QA 页面)
- Paul van Tilburg (QA 页面)
- Utkarsh Gupta (QA 页面)
- Lucas Kanashiro (QA 页面)
外部的资源:
- 主页 [rack.github.io]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
modular Ruby webserver interface
Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.
Also see http://rack.github.io/.
其他与 ruby-rack 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- rec: ruby-rack-session
- Session management implementation for Rack
-
- rec: ruby-rackup
- General server command for Rack applications