DESCR 312 B

123456
  1. Rack provides a minimal, modular and adaptable interface for developing
  2. web applications in Ruby. By wrapping HTTP requests and responses in
  3. the simplest way possible, it unifies and distills the API for web
  4. servers, web frameworks, and software in between (the so-called
  5. middleware) into a single method call.