celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Added a query Hash #100

Closed Asmod4n closed 10 years ago

Asmod4n commented 10 years ago

Reel was missing a Hash of query values, this looks okayish?

You can access it like request.query['some_value']

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-3.07%) when pulling 8aa529d43731e430330729036ae8838422bf34ef on Asmod4n:patch-1 into 5ca565dfd8f96419ba0ae336ff07fb97ea2553fb on celluloid:master.

halorgium commented 10 years ago

This kind of thing is always incorrectly coded. I'd prefer to leave this to another library. Rack has an implementation which you can require and use.