Twisted Connect Proxy

Default Twisted does not ship with a CONNECT-enabled HTTP(s) proxy. This code provides one.
Alternatives To Twisted Connect Proxy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Frp68,10193 days ago78July 10, 202297apache-2.0Go
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Mitmproxy31,183423435 days ago53June 28, 2022281mitPython
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Grpc Gateway15,5334,6595 days ago385August 06, 2022114bsd-3-clauseGo
gRPC to JSON proxy generator following the gRPC HTTP spec
Goproxy13,790
a month ago17April 09, 2021115gpl-3.0Go
🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
Node Http Proxy13,363398,0652,9323 days ago103May 17, 2020579otherJavaScript
A full-featured http proxy for node.js
Whistle12,51511173 days ago539September 13, 202233mitJavaScript
HTTP, HTTP2, HTTPS, Websocket debugging proxy
Http Proxy Middleware9,937359,5366,52815 days ago78April 22, 202294mitTypeScript
:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
Proxychains Ng8,751
18 days ago119gpl-2.0C
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
Cow8,204
2 years agoJune 19, 2016240bsd-2-clauseGo
HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access.
Anyproxy7,193731312 years ago176June 18, 2020241apache-2.0JavaScript
A fully configurable http/https proxy in NodeJS
Alternatives To Twisted Connect Proxy
Select To Compare


Alternative Project Comparisons
Readme

twisted-connect-proxy

Default Twisted does not ship with a CONNECT-enabled HTTP(s) proxy. This code provides one.

This code also provides an HTTP CONNECT proxy client that implements IReactorTCP and IReactorSSL

Proxy Server

To run an HTTP CONNECT proxy server on port 8080, run:

./server.py

That was easy.

Proxy Client

The HTTP CONNECT proxy reactor can be used like this:

proxy = HTTPProxyConnector(proxy_host, proxy_port)

Popular Proxy Projects
Popular Http Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Http
Proxy
Reactor
Proxy Server
Twisted
Http Proxy