aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.98k stars 1.06k forks source link

Serialize Query String with multiple values #2696

Closed SergeyRyabinin closed 1 year ago

SergeyRyabinin commented 1 year ago

Issue #, if available: n/a Description of changes: https://smithy.io/2.0/spec/http-bindings.html#id9

List members are serialized by adding multiple query string parameters to the query string using the same name. For example, given a member bound to foo that targets a list of strings with a value of ["a", "b"], the value is serialized in the query string as foo=a&foo=b.

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.