[ 原始碼: 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