https://github.com/sdvcrx/cuttlefish
A simple HTTP Proxy support multiple parent proxies. (like squid)
https://github.com/sdvcrx/cuttlefish
forward-proxy golang http http-proxy proxy
Last synced: 11 months ago
JSON representation
A simple HTTP Proxy support multiple parent proxies. (like squid)
- Host: GitHub
- URL: https://github.com/sdvcrx/cuttlefish
- Owner: sdvcrx
- License: mit
- Created: 2019-02-07T12:57:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T15:02:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T23:44:23.447Z (11 months ago)
- Topics: forward-proxy, golang, http, http-proxy, proxy
- Language: Go
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cuttlefish proxy
A simple HTTP forward proxy that support multiple parent proxies.
[](https://travis-ci.org/sdvcrx/cuttlefish)
[](https://drone.sdvcrx.com/sdvcrx/cuttlefish)
## Features
* Full HTTP proxy implementation, including HTTPS through `CONNECT`
* Proxy basic authentication support
* Redirect request to multiple parent proxies (like squid)
* toml configuration
## Install
Download binary file from [release](https://github.com/sdvcrx/cuttlefish/releases).
Or compile it by yourself:
``` shell
go get github.com/sdvcrx/cuttlefish
```
## TODO
[TODOs.md](https://github.com/sdvcrx/cuttlefish/blob/master/TODOs.md)
## LICENSE
MIT