0.1.3 • Published 3 years ago

flowed-http v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

flowed-http

License NPM Package Version

Flowed resolver library to make HTTP/HTTPS requests.

Installation

npm i flowed-http

Browser

From public CDN

<script src="https://cdn.jsdelivr.net/npm/flowed-http@latest/dist/lib/flowed-http.js" charset="utf-8"></script>

Or change latest in the URL for any available version.

From package

<script src="./dist/lib/flowed-http.js" charset="utf-8"></script>