https://github.com/fredcy/proxy
HTTPS proxy that logs the requests and responses
https://github.com/fredcy/proxy
Last synced: 3 months ago
JSON representation
HTTPS proxy that logs the requests and responses
- Host: GitHub
- URL: https://github.com/fredcy/proxy
- Owner: fredcy
- Created: 2016-04-05T22:13:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T17:25:27.000Z (almost 9 years ago)
- Last Synced: 2024-11-04T16:46:01.264Z (4 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy
HTTPS proxy that displays information on stdout about the requests and responses, optionally displaying the HTTP headers and body content.This is based on https://github.com/elazarl/goproxy.