Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Support for multiple query params with the same name #118

Merged
merged 2 commits into from May 12, 2016
Merged

Support for multiple query params with the same name #118

merged 2 commits into from May 12, 2016

Conversation

bluesmoon
Copy link
Contributor

The CGI specification allows for multiple query string parameters with
the same name. This patch adds support for the same by passing in an
Array as the value for the query Dict.

Tests & docs updated accordingly

Philip Tellis added 2 commits May 12, 2016 14:25
The CGI specification allows for multiple query string parameters with
the same name.  This patch adds support for the same by passing in an
Array as the value for the query Dict.

Tests added accordingly
@codecov-io
Copy link

Current coverage is 58.33%

Merging #118 into master will increase coverage by +0.07%

@@             master       #118   diff @@
==========================================
  Files             5          5          
  Lines           610        612     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            355        357     +2   
  Misses          255        255          
  Partials          0          0          
  1. File src/Requests.jl was modified. more

Powered by Codecov. Last updated by 3bbb51b...467aa93

@malmaud
Copy link
Contributor

malmaud commented May 12, 2016

Thanks! This looks good.

@malmaud malmaud merged commit a9f5765 into JuliaWeb:master May 12, 2016
@bluesmoon bluesmoon deleted the feature/multi-param branch May 12, 2016 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants