Skip to content

nzwsch/miniproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniproxy

A minimal HTTP/HTTPS caching proxy written in Go.

Features

  • MITM proxy with automatic CA generation
  • HTTPS support via goproxy
  • GET request caching (disk-based)
  • Offline support from cache

Usage

go run ./cmd/miniproxy

Then in another terminal:

curl -x http://localhost:8080 https://example.com

License

MIT

About

A minimal HTTP/HTTPS caching proxy written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors