Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkawamoto/go-proteus
Reverse proxy to transform requests.
https://github.com/gkawamoto/go-proteus
Last synced: about 2 months ago
JSON representation
Reverse proxy to transform requests.
- Host: GitHub
- URL: https://github.com/gkawamoto/go-proteus
- Owner: gkawamoto
- Created: 2023-07-24T14:21:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T14:43:42.000Z (over 1 year ago)
- Last Synced: 2023-09-05T03:13:00.885Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-proteus
Reverse proxy to transform requests.
## Installation
### Docker
```bash
$ docker run -p 8080:8080 gkawamoto/go-proteus:latest
```### Golang
```bash
$ go install github.com/gkawamoto/go-proteus/cmd/proteus@latest
```## Contributing
Push your changes to a branch and open a pull request.