https://github.com/xuender/weigh
Simple HTTP proxy library for Go
https://github.com/xuender/weigh
Last synced: 2 months ago
JSON representation
Simple HTTP proxy library for Go
- Host: GitHub
- URL: https://github.com/xuender/weigh
- Owner: xuender
- License: mit
- Created: 2023-07-20T01:24:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T08:50:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T19:40:57.363Z (4 months ago)
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weigh
[](https://goreportcard.com/report/github.com/xuender/weigh)
Simple HTTP proxy library for Go.
## Install
```shell
go install github.com/xuender/weigh/cmd/weigh@latest
```## Function
* [x] High concurrency goroutine pool.
* [x] Serial API configuration.
* [x] API speed limit.
* [x] API timeout.## License
© ender, 2023~time.Now
[MIT LICENSE](https://github.com/xuender/weigh/blob/master/LICENSE)