Skip to content

v4.2.0

Compare
Choose a tag to compare
@chawes13 chawes13 released this 16 Sep 14:29
36a6bbb

Items Addressed

  • Adds parseJsonStrictly option (default is true)
    • When set to true true, a response that throws an exception during parsing will return null
    • When set to false, a response that throws an exception during parsing will return the text of the response body. This is especially helpful for responses that send a string (e.g., a token) that was not properly escaped (123AZY vs. "123AZY")