Skip to content

yihleego/proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

GoDoc Go Report Card

A reverse proxy for HTTP written in Go.

Usage

bind := "0.0.0.0:8080"
remote := "http://<host>:<port>"
p := &proxy{bind: bind, remote: remote}
p.start()

License

This project is under the MIT license. See the LICENSE file for details.

About

A reverse proxy for HTTP written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published