mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
e70b0e425b
/get now returns a list of values if there were more than one value for the same key in the query sting. This mirrors the behavior of /post with form fields. Fixes #134.