Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bygui86/go-reverse-proxy

Simple reverse proxy in Golang
https://github.com/bygui86/go-reverse-proxy

Last synced: 2 days ago
JSON representation

Simple reverse proxy in Golang

Awesome Lists containing this project

README

        

# go-reverse-proxy

Simple reverse proxy in Golang

## Run

1. start application
```shell script
make start-app
```

2. start reverse proxy
```shell script
make start-reverse-proxy
```

---

## Links

- https://itnext.io/capturing-metrics-with-gos-reverse-proxy-5c36cb20cb20
- http://blog.manugarri.com/how-to-reuse-http-response-body-in-golang/
- https://gist.github.com/thezelus/d5ac9ec563b061c514dc
- https://www.integralist.co.uk/posts/golang-reverse-proxy/

### Domain based
- https://gist.github.com/ego008/12a0ffe02294ae5fafcac704b5172e54

### to be verified
- https://medium.com/ymedialabs-innovation/reverse-proxy-in-go-d26482acbcad
- https://golang.org/pkg/net/http/httputil/#DumpResponse