reactsafebox

0.0.7 • Public • Published

reactsafebox (奇数官方workingjob.cn)

演示进入workingjob.cn

介绍

公用http请求

软件架构

基于react安全请求

使用 提供debug模式

引入使用 import {http} from "reactsafebox"

http({method:"GET",http:"http",url:"",data:{},debug:false})

方法内使用

http({method:"get",url:"/api/getjson"}).then(function(res){ console.log(res); }).catch(err=>{ console.log(err); })

可配置参数加密

Readme

Keywords

none

Package Sidebar

Install

npm i reactsafebox

Weekly Downloads

0

Version

0.0.7

License

ISC

Unpacked Size

64.6 kB

Total Files

4

Last publish

Collaborators

  • yijiawangluo