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
When I call setFoo(null) the query param is removed. Is it possible to set an empty value instead? Either ?foo&bar=value or ?foo=&bar=value
I could create an EmptyParam encoder/decoder, is there any simpler option?