Registry / web-framework / rack

rack

JSON →
library3.2.6rbrubygemsunverified

Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby by wrapping HTTP requests and responses.

web-framework
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

require 'rack'

Minimal Rack application

require 'rack' app = lambda { |env| [200, {'Content-Type' => 'text/plain'}, ['Hello']] } Rack::Handler::WEBrick.run app
Debug
Known footguns
breakingRack 3.x removed support for Ruby < 2.5 and changed some default headers
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
Resources