Closed fonkadelic closed 2 years ago
Query parameters without values are uncommon, but the Request type should allow them. This also matches up with the optional value property of URLQueryItem.
Request
value
URLQueryItem
Thanks!
Query parameters without values are uncommon, but the
Request
type should allow them. This also matches up with the optionalvalue
property ofURLQueryItem
.