5.0.1 • Published 3 years ago
@layerr/http v5.0.1
HTTP
HttpLayer is a library to create a request bus layer in your application. You can use to create an easy-to-extend and powerful HTTP client. \ It is also completely configurable using middlewares.
It uses RxJS as internal engine. If you are not comfortable with it, don't worry, you can use promise-like async code.
Installation
Use npm package manager to install it.
npm install @layerr/core @layerr/bus @layerr/http rxjs reflect-metadata
Use yarn package manager to install it.
yarn add @layerr/core @layerr/bus @layerr/http rxjs reflect-metadata
Documentation
Quick usage
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.