@uppercod/request
v1.1.2
Published
Generate a GET request to the given url, the request function is able to consume the url, returning the url response url and its body.
Readme
@uppercod/request
Generate a GET request to the given url, the request function is able to consume the url, returning the url response url and its body.
Install
npm install @uppercod/requestMotivation
I can't find a Package that allowed knowing the respect url between redirects. If you know one, let me know.
Case of use
let [url, body] = await request("http://unpkg.com/atomico");
url; // https://unpkg.com/[email protected]/core.js