Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sph3ricalpeter/go-proxy
Proxy service implementation in Go
https://github.com/sph3ricalpeter/go-proxy
Last synced: 12 days ago
JSON representation
Proxy service implementation in Go
- Host: GitHub
- URL: https://github.com/sph3ricalpeter/go-proxy
- Owner: Sph3ricalPeter
- License: mit
- Created: 2024-05-01T20:16:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T22:31:18.000Z (7 months ago)
- Last Synced: 2024-05-04T23:24:52.506Z (7 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Proxy
Simple proxy service implementation in Go
## Features
- request / response forward inc. headers to specified targets based on URL path e.g. `"/test": "https://google.com"`
- header stamp `X-Proxied-By` with the proxy service name as value
- JSON configuration## Usage
Requires **Go 1.22+** & **make** (WSL recommended)
Simply run `make` to cleanup, test, build and run the service or run the steps individually.