Skip to content

Flurl.Http 2.1.0

Compare
Choose a tag to compare
@tmenier tmenier released this 29 Nov 22:08
· 510 commits to master since this release
b1f0dae
  • BREAKING: FlurlHttp.ConfigureClient takes Action<FlurlClient> instead of Action<FlurlHttpSettings> (#247)
  • BREAKING: DownloadFileAsync favors filename in Content-Disposition header over last URL segment when fileName arg isn't provided by user (#240)
  • BREAKING: When DateTime or DateTimeOffset is passed as header value or URL-encoded content value, it is serialized to ISO 8601 (#249)
  • Fixed a couple settings inheritance glitches (#239, #246)