Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.