-
Name
-
rack
-
Version
-
2.2.8
-
Platform
-
ruby
-
Authors
-
Leah Neukirchen
-
Bindir
-
bin
-
Date
-
2023-07-31 00:00:00 UTC
-
Dependencies
-
minitest (~> 5.0, development)
minitest-sprint (>= 0, development)
minitest-global_expectations (>= 0, development)
rake (>= 0, development)
-
Description
-
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.
-
Email
-
leah@vuxu.org
-
Executables
-
rackup
-
Extra rdoc files
-
README.rdoc
CHANGELOG.md
CONTRIBUTING.md
-
Files
-
CHANGELOG.md
CONTRIBUTING.md
MIT-LICENSE
README.rdoc
Rakefile
SPEC.rdoc
bin/rackup
contrib/rack.png
contrib/rack.svg
contrib/rack_logo.svg
contrib/rdoc.css
example/lobster.ru
example/protectedlobster.rb
example/protectedlobster.ru
lib/rack.rb
lib/rack/auth/abstract/handler.rb
lib/rack/auth/abstract/request.rb
lib/rack/auth/basic.rb
lib/rack/auth/digest/md5.rb
lib/rack/auth/digest/nonce.rb
lib/rack/auth/digest/params.rb
lib/rack/auth/digest/request.rb
lib/rack/body_proxy.rb
lib/rack/builder.rb
lib/rack/cascade.rb
lib/rack/chunked.rb
lib/rack/common_logger.rb
lib/rack/conditional_get.rb
lib/rack/config.rb
lib/rack/content_length.rb
lib/rack/content_type.rb
lib/rack/core_ext/regexp.rb
lib/rack/deflater.rb
lib/rack/directory.rb
lib/rack/etag.rb
lib/rack/events.rb
lib/rack/file.rb
lib/rack/files.rb
lib/rack/handler.rb
lib/rack/handler/cgi.rb
lib/rack/handler/fastcgi.rb
lib/rack/handler/lsws.rb
lib/rack/handler/scgi.rb
lib/rack/handler/thin.rb
lib/rack/handler/webrick.rb
lib/rack/head.rb
lib/rack/lint.rb
lib/rack/lobster.rb
lib/rack/lock.rb
lib/rack/logger.rb
lib/rack/media_type.rb
lib/rack/method_override.rb
lib/rack/mime.rb
lib/rack/mock.rb
lib/rack/multipart.rb
lib/rack/multipart/generator.rb
lib/rack/multipart/parser.rb
lib/rack/multipart/uploaded_file.rb
lib/rack/null_logger.rb
lib/rack/query_parser.rb
lib/rack/recursive.rb
lib/rack/reloader.rb
lib/rack/request.rb
lib/rack/response.rb
lib/rack/rewindable_input.rb
lib/rack/runtime.rb
lib/rack/sendfile.rb
lib/rack/server.rb
lib/rack/session/abstract/id.rb
lib/rack/session/cookie.rb
lib/rack/session/memcache.rb
lib/rack/session/pool.rb
lib/rack/show_exceptions.rb
lib/rack/show_status.rb
lib/rack/static.rb
lib/rack/tempfile_reaper.rb
lib/rack/urlmap.rb
lib/rack/utils.rb
lib/rack/version.rb
rack.gemspec
-
Homepage
-
https://github.com/rack/rack
-
Licenses
-
MIT
-
Metadata
-
{"bug_tracker_uri"=>"https://github.com/rack/rack/issues", "changelog_uri"=>"https://github.com/rack/rack/blob/master/CHANGELOG.md", "documentation_uri"=>"https://rubydoc.info/github/rack/rack", "source_code_uri"=>"https://github.com/rack/rack"}
-
Require paths
-
lib
-
Required ruby version
-
>= 2.3.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.4.10
-
Specification version
-
4
-
Summary
-
A modular Ruby webserver interface.
-
Original platform
-
ruby
-
New platform
-
ruby