GitHunt
AD

adamjq/http-reverse-proxy

Simple HTTP reverse-proxy server written in Go.

http-reverse-proxy

This repo contains a simple reverse-proxy server written in Golang.

Dependencies:

  • Golang
  • Docker
  • wire

Development

Generate mocks and dependencies to inject with wire:

make generate

Run unit tests:

make test

Usage:

docker-compose up

Run the requests and inspect logs to see the service working.

References

Languages

Go93.0%Makefile6.0%Dockerfile1.0%

Contributors

Created October 4, 2021
Updated March 7, 2023
adamjq/http-reverse-proxy | GitHunt