tofu-http
v0.1.17
Published
http client for tofu
Downloads
11
Readme
tofu-http
Install
npm install tofu-http
Example
import http from 'tofu-http';
const params = {
id:1
}
http.$get('http://github.com',params).then(res => {
//do something...
});