Skip to content

Flurl 2.3.0

Compare
Choose a tag to compare
@tmenier tmenier released this 22 Feb 02:35
· 646 commits to master since this release
  • Added new overloads of SetQueryParam and SetQueryParams for adding query params with just a name and no value (#164)
  • Added optional NullValueHandling setting to other overloads of SetQueryParam and SetQueryParams. Possible values: NameOnly, Remove (default), Ignore.
  • Url.Path is writeable.