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
Currently the spec provides allowEmptyValue which is valid for query or formData parameters.
When sending query parameters, they can have no value (acting as a flag) or a an empty value. That is ?foo&bar or ?foo=&bar= respectively. Current spec doesn't allow specifying the difference
Currently the spec provides
allowEmptyValue
which is valid forquery
orformData
parameters.When sending query parameters, they can have no value (acting as a flag) or a an empty value. That is
?foo&bar
or?foo=&bar=
respectively. Current spec doesn't allow specifying the differenceThis issue is derived from #81.
Parent: #565.
The text was updated successfully, but these errors were encountered: