Flurl 2.3.0
- Added new overloads of
SetQueryParam
andSetQueryParams
for adding query params with just a name and no value (#164) - Added optional
NullValueHandling
setting to other overloads ofSetQueryParam
andSetQueryParams
. Possible values:NameOnly
,Remove
(default),Ignore
. Url.Path
is writeable.