Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bygui86/go-reverse-proxy
- Owner: bygui86
- License: apache-2.0
- Created: 2020-05-31T16:48:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T18:29:47.000Z (over 4 years ago)
- Last Synced: 2023-07-10T13:21:42.294Z (over 1 year ago)
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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