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