Check if the status code means a success.
This function is defined for convenience, it is equivalent to testing if the status code is < 400.
true if the status is a success, false if it is a failure.
See Implementation
Check if the status code means a success.
This function is defined for convenience, it is equivalent to testing if the status code is < 400.