ruby-middleware

middleware abstraction for Ruby.
  https://github.com/mitchellh/middleware
  0
  no reviews



Ruby `middleware` is a library which provides a generalized implementation of the middleware pattern for Ruby. The middleware pattern is a useful abstraction tool in various cases, but is specifically useful for splitting large sequential chunks of logic into small pieces.