-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
Description
From the specification it is a little ambiguous what the allowEmptyValue entails, notably what empty means:
- is a string containing only whitespaces considered empty?
- does it only affect a
queryparameter when its value is oftype: string? Or would0,false,[]or{}qualify asemptywhen aqueryparameter is of anothertype?
Gesugao-san, bali182, akalatksy, 304NotModified and Luoyuchu