RubyGems Navigation menu

rack-post-body-to-params 0.1.7

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:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.8 - September 12, 2013 (9.5 KB)
  2. 0.1.7 - February 05, 2013 (9.0 KB)
  3. 0.1.6 - February 04, 2013 (9.0 KB)
  4. 0.1.5 - February 02, 2012 (8.5 KB)
  5. 0.1.4 - February 01, 2012 (8.5 KB)
顯示所有版本(共 9)

Runtime 相依性套件 (1):

activesupport >= 2.3

Development 相依性套件 (1):

shoulda >= 0

擁有者:

作者:

  • Niko Dittmann

SHA 256 checksum:

4a3af1621812a41cc6b0d5d042c249b07838af7d4e01ea95128e9b51e6796a0e

總下載次數 46,991

這個版本 2,888

License:

Ruby 版本需求:

相關連結: