An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# weigh

[![Go Report Card](https://goreportcard.com/badge/github.com/xuender/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)