-
Notifications
You must be signed in to change notification settings - Fork 135
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
disambiguate parameters (#204) #303
Conversation
Nice to see these changes coming to scotty ! |
@jfraudeau Could you share a permalink to where is this behaviour implemented? Thank you |
@jfraudeau Good catch! But applying your suggestion would be a user-visible change, even though I don't know whether anybody actually relied on the current (buggy) behaviour or they simply worked around it. |
@ocramz I think it should be ok if the change only applies to the new formParams and queryParams |
I took a stab at it and added a few tests, @jfraudeau please take another look when you have time. Thanks! |
Disambiguate request parameters (#204).
Env
type to have three [Param] fields instead of onecaptureParam
,formParam
,queryParam
and the associatedcaptureParams
,formParams
,queryParams
.param
andparams