Skip to content

A simple HTTP Forward proxy server implemented in Go.

Notifications You must be signed in to change notification settings

namikaze-dev/proxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

proxi (HTTP Proxy)

A simple HTTP Forward proxy server implemented in Go.

Features

  • Supports HTTP/1.0 and HTTP/1.1 requests.
  • Can forward requests to any HTTP server.
  • Implements basic logging of requests and responses.
  • Lightweight and fast, with minimal resource consumption.
  • Easy to use and modify, with a simple and clean codebase.

Usage

To use the proxy, simply compile and run the main.go file, and configure your HTTP client to use localhost:8000 as the proxy server (you can change the address with the addr flag.

Contributions

Contributions and feedback are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

About

A simple HTTP Forward proxy server implemented in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages