You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might want the query params, but not necessarily. A somewhat common usecase for a query string is as a cache buster, i.e. /foo/bar.js?abcdef, such as adding a timestamp or sha to the end. I'd also prefer leaving the choice of what to parse them into up to the user. Whether that is Vec<(Name, Value)>, a HashMap, or whatever.
Similar to #896
The text was updated successfully, but these errors were encountered: