https://github.com/danielduarte/flowed-http
Flowed resolver library to make HTTP/HTTPS request
https://github.com/danielduarte/flowed-http
Last synced: about 2 months ago
JSON representation
Flowed resolver library to make HTTP/HTTPS request
- Host: GitHub
- URL: https://github.com/danielduarte/flowed-http
- Owner: danielduarte
- License: mit
- Created: 2020-07-25T16:38:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T08:08:54.000Z (about 2 years ago)
- Last Synced: 2025-03-14T04:21:41.164Z (2 months ago)
- Language: TypeScript
- Size: 500 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# flowed-http
[](https://github.com/danielduarte/flowed-http/blob/master/LICENSE)
[](https://www.npmjs.com/package/flowed-http)Flowed resolver library to make HTTP/HTTPS requests.
## Installation
```
npm i flowed-http
```## Browser
**From public CDN**
```HTML
```
Or change `latest` in the URL for any available version.
**From package**
```HTML
```