resBy
resBy is a JavaScript library designed to simplify the process of making HTTP requests. It aims to provide a cleaner and more intuitive API compared to the built-in Fetch API or older XMLHttpRequest. The library focuses on common use cases like handling JSON data, managing request and response interception, and simplifying error handling.
The core functionality of resBy revolves around its main function, which takes a URL and an options
One of the key features of resBy is its interceptor system. Interceptors allow developers to modify requests