Skip to content

argo-rest/any-http-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyHTTP adapter for Node (request)

AnyHTTP adapter for the Node request HTTP 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-request';

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

About

AnyHTTP adapter for the Node request library

Resources

Stars

Watchers

Forks

Packages

No packages published