ruby-rack-parser

Rack Middleware for parsing post body data
  https://www.github.com/achiu/rack-parser
  0
  no reviews



Rack::Parser is a rack middleware that allows your application to do decode/parse incoming post data into param hashes for your applications to use. You can provide a custom Parser for things like JSON, XML, MSGPACK using your library of choice.