hassanhabib / RESTFulSense

A RESTFul operations client that serializes responses and throws meaningful exceptions for >= 400 status codes.
https://www.restfulsense.com
237 stars 51 forks source link

FEATURE: Handle `HTTPRequestException` #149

Open ElbekDeveloper opened 9 months ago

ElbekDeveloper commented 9 months ago

Currently, we are only handling httpResponseException. However, some api are also throwing httpRequestException (for example, Azure AAD, while login). So, come up with purposing, modellling and simulation of this feature. Once approved here, you can start coding!