Open tvhung83 opened 7 years ago
Current implementation only allow to access either status code of response (HttpResponseException), or the exception itself (not HttpResponseException). There are cases where we need to decide based on response body:
status code
HttpResponseException
Problem description
Current implementation only allow to access either
status code
of response (HttpResponseException
), or the exception itself (notHttpResponseException
). There are cases where we need to decide based on response body: