Flurl.Http 2.3.0
tmenier
released this
31 Mar 16:15
·
450 commits
to master
since this release
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)