Skip to content

ishangzu-fe/tofu-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...
});