owp.http-get
v3.0.0
Published
Download responses from owp.http
Downloads
6
Maintainers
Readme
OpenWebProject HTTP-get
Download responses from owp.http
Installation
npm install owp.http-get --save
Usage
Import owp.http-get before using download option
import HTTP from "owp.http";
import "owp.http-get";
HTTP.get("URL", { download: true });