play-ws icon indicating copy to clipboard operation
play-ws copied to clipboard

Should store headers and query params as a list instead of a map

Open gmethvin opened this issue 9 years ago • 1 comments

Storing as a map causes re-ordering of query params which might be undesirable in some cases. It would be fine to use a Seq[(String, String)].

See playframework/playframework#6884, specifically https://github.com/playframework/playframework/pull/6884#issuecomment-272674376

gmethvin avatar Jan 18 '17 01:01 gmethvin

Reopening because we only have a partial fix in #239.

richdougherty avatar Mar 20 '18 20:03 richdougherty