smart-http-request
v1.0.0
Published
no-nonsense adapter for various HTTP clients
Downloads
2
Readme
Smart HTTP Request
WHY
- Smart Environments have access to a variety of utilities for making HTTP requests.
- Allows for a single architecture to map to the available utility.
WDLL (specs)
- normalized requests for using a variety of HTTP adapters (node-fetch, obsidian, etc)
- returns a normalized response object using the
SmartHttpResponse
class