0.0.3 • Published 4 years ago

alexeistukov-http v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

gray-http

Install

npm install gray-http

Example

import http from 'gray-http';
const params = {
    id:1
}
http.$get('http://github.com',params).then(res => {
    //do something...
});
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago