any-http-reqwest

0.1.3 • Public • Published

AnyHTTP adapter for reqwest

AnyHTTP adapter for the reqwest AJAX micro-library.

Usage

This adapter is implemented as an ES6 module which can be installed with jspm and loaded via SystemJS as follows:

import {Http} from 'github:argo-rest/any-http-reqwest';
 
var httpClient = new Http;
httpClient.
  get('https://example.com').
  then(({body, headers}) => {
    console.log("body:", body);
    console.log("content-type:", headers['Content-Type']);
  });

Readme

Keywords

Package Sidebar

Install

npm i any-http-reqwest

Weekly Downloads

1

Version

0.1.3

License

Apache-2

Last publish

Collaborators

  • theefer