Skip to content

Feature/40 allow multiple query params#42

Open
wdolek wants to merge 6 commits intolamchakchan:masterfrom
wdolek:feature/40-allow-multiple-query-params
Open

Feature/40 allow multiple query params#42
wdolek wants to merge 6 commits intolamchakchan:masterfrom
wdolek:feature/40-allow-multiple-query-params

Conversation

@wdolek
Copy link

@wdolek wdolek commented Jan 3, 2019

Allowing multiple query params (cookies and headers) of same name (#40) by using NameValueCollection instead of Dictionary<string, string>. RFC allows multiple values for all query params, headers and even cookies.

@lamchakchan, I wasn't able to run all tests - I'm not able to access data.gov, and nekudo.com is deprecated (you need newly get free API key in order to call geoip API from ipapi).

I didn't do more testing yet, but please have a look and let me know if you find something. Once I have more time I will confirm whether everything works as expected.

@wdolek wdolek force-pushed the feature/40-allow-multiple-query-params branch from 11cf156 to 82fd095 Compare June 10, 2019 20:30
@DayneD89
Copy link

This doesn't quite work as intended. I've fixed it and written a test case to demonstrate. I've made that a pull request to wdolek's branch. I'm a git noob, so I apologize if this is not how you fix a problem on a pull request.

DayneD89 and others added 2 commits August 20, 2019 08:50
…eCollection class that prints the string correctly and added test to verify results. (#1)
@wdolek
Copy link
Author

wdolek commented Aug 20, 2019

@DayneD89, I dared to simplify code from you - removing LINQ, keeping it simple and also extended test case. (It would be enough to test extension method itself, but I kept your test which uses ExecutionContext)

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

Successfully merging this pull request may close these issues.

2 participants

Comments