https://github.com/sph3ricalpeter/go-proxy
Proxy service implementation in Go
https://github.com/sph3ricalpeter/go-proxy
Last synced: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T22:31:18.000Z (about 1 year ago)
- Last Synced: 2025-02-15T12:17:36.928Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- 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.