https://github.com/dxcweb/fs-request
react request 支持web node(暂时不支持) react-native(暂时不支持)
https://github.com/dxcweb/fs-request
Last synced: 9 months ago
JSON representation
react request 支持web node(暂时不支持) react-native(暂时不支持)
- Host: GitHub
- URL: https://github.com/dxcweb/fs-request
- Owner: dxcweb
- Created: 2017-04-03T14:55:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T21:58:03.000Z (over 3 years ago)
- Last Synced: 2025-05-07T21:07:11.437Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 979 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fs-request
react request 支持web node(暂时不支持) react-native(暂时不支持)
## install
```
npm install fs-request --save
```
## Development
```
npm install
npm start
```
## Usage
```
import request from 'fs-request';
request(url, data, files).then((res)=>{
});
```