Reordering query parameters.
Closed this issue · 1 comments
yonderblue commented
Ideally nothing out there should rely on query parameter ordering, but lots of things do unfortunately, so the request that is build and passed in to the handler should have the original rawquery set.
yonderblue commented
Looks to be something intrinsic with api gateway, so even if vals.Encode() were not used here, it wouldn't matter.