Skip to content

Flurl.Http 2.3.0

Compare
Choose a tag to compare
@tmenier tmenier released this 31 Mar 16:15
· 450 commits to master since this release
49db9d6

This release focuses on enhancements to exception handling:

  • Less verbose FlurlHttpException.Message (#297)
  • BREAKING: new FlurlParsingException, can be handled globally (#299)
  • BREAKING: FlurlHttpException.GetResponseString & GetResponseJson replaced by async equivalents (#300)
  • BREAKING: HttpCall.ErrorResponseBody removed (#300)
  • Response string available on JSON parsing errors (#288)
  • BUGFIX: Null ref exception in ShouldHaveCalled..WithContentType when body is empty (#285)