Displaying 1 result from an estimated 1 matches for "httphelpers".
Did you mean:
http_helpers
2007 Sep 22
2
http helpers c extension
...grel interprets "q[a]=b" to be { ''q[a]'' => ''b'' }. Instead the C
extension mimic''s Merb''s behavior, creating nested hashes.
I think mongrel should change the behavior of it''s query_parse
function and use a C implementation. HttpHelpers.query_parse also uses
a ragel state machine, so it shouldn''t be increadably hard to put this
query_parse directly into http11.
Is there a development branch of mongrel? What should I patch against?
What do people feel about how query_parse should behave? Should it
happen automatically as...