Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-convert query params #18

Closed
kgriffs opened this issue Jan 23, 2013 · 0 comments
Closed

Auto-convert query params #18

kgriffs opened this issue Jan 23, 2013 · 0 comments
Milestone

Comments

@kgriffs
Copy link
Member

kgriffs commented Jan 23, 2013

Add helpers to get params as a list (make explicit, similar to how this works for int)

kgriffs pushed a commit to kgriffs/falcon that referenced this issue Feb 4, 2013
The idea is not to have to pay for what you don't use or want. Also
makes this consistent with req.get_param_as_int.

BREAKING CHANGE: get_param will no longer return lists for
comma-separated parameter values. Use get_param_as_list instead.

Implements falconry#18
@kgriffs kgriffs mentioned this issue Feb 4, 2013
@ghost ghost assigned kgriffs Feb 4, 2013
kgriffs added a commit that referenced this issue Feb 4, 2013
@kgriffs kgriffs closed this as completed Feb 4, 2013
@kgriffs kgriffs removed their assignment Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant