Skip to content
Breaking change:
- The response now handler all response data include [token_name:body], [token_name:headers], [token_name:status] [token_name:client_error].
- The client_error is set to 0 if request success. 
- The client_error is set to 1 if has error exception by HttpClient. 
- The client_error is set to 2 if has error exception by other.