robotpony / Presto

Simple tools for building RESTfull interfaces. This is an old and unmaintained project.
http://presto.napkinware.ca
Other
11 stars 3 forks source link

Query string (options) should parse out lists (comma and +) #72

Open ghost opened 11 years ago

ghost commented 11 years ago

A query string should be parsed in a few extended cases:

?key=value,value,value

Should automatically be parsed into key + array of values.