Skip to content

furansa/hrpwing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Reverse Proxy Written in Go

HRPWinG is a very simple and lightweight HTTP reverse proxy which provides the following features:

  • HTTP request and response forwarding.
  • HTTP authentication.
  • Logging.

This project is currently a experimental Work in Progress.

Building

$ go build

Running

$ ./HRPWinG 
Listening on port :3000 

Then access http://localhost:3000 from a web browser and the golang.org page should open.

Testing

$ cd tests && go test

About

HRPWinG is a HTTP Reverse Proxy Written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages