Rack ruby
DevOps
About
Rack is a foundational open-source Ruby library that establishes a minimalist, standardized interface wrapper between web servers (like Puma or Unicorn) and Ruby web frameworks (like Rails or Sinatra). It abstracts HTTP requests and responses into unified array structures.