rack-post-body-to-params 0.1.8
A Rack middleware that parses the POST or PUT body for JSON or XML content to a Hash and puts it into the rack.request.form_hash. Most frameworks get the params hash from there. Uses ActiveSupport and the respective parsers for parsing. So you can set it up to use Nokogiri and YajL. Useful for example when writing JSON and XML API apps with Sinatra or Padrino.
Gemfile:
=
instalar:
=
dependencias de Runtime (1):
activesupport
>= 2.3
dependencias de Development (1):
shoulda
>= 0