metaverse / truss

Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Other
734 stars 143 forks source link

Add http transport tests for repeated query params #309

Closed adamryman closed 3 years ago

adamryman commented 3 years ago

Also add commented out tests for possible functionality.

This PR in response to #304, which changes how repeated strings are decoded in query parameters.

This PR adds http transport tests addressing repeated strings in query parameters.