Ross ROSS = Recommend OSS · open-source software intelligence for agents

monkeyWie/proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic. observed · 2026-08-28

github.com/monkeyWie/proxyee · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

30/100

  • Activity 15
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3286
  • days_rel: 513
  • days_push: 513
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1634 stars · 577 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Proxyee is a Java library built on Netty that implements an HTTP proxy server supporting HTTP, HTTPS, and WebSocket protocols. It provides MITM (man-in-the-middle) capabilities to intercept, capture, and tamper with HTTP/HTTPS traffic via an interceptor pipeline.

Use cases

  • build an HTTP proxy server in Java
  • intercept and modify HTTPS traffic for debugging
  • capture HTTP requests and responses programmatically
  • inject scripts or modify response bodies of web pages
  • implement a man-in-the-middle proxy like mitmproxy in Java
  • proxy WebSocket connections
  • serve CA certificates for HTTPS interception

When to choose

  • you need an embeddable HTTP/HTTPS proxy library in a JVM application
  • you want programmatic control over intercepted traffic via interceptors
  • you need MITM capabilities with custom CA certificate handling
  • you want a lightweight alternative to running external proxy tools like mitmproxy

When to avoid

  • you need a ready-made GUI proxy tool rather than a library
  • your project is not on the JVM
  • you need SOCKS or other non-HTTP proxy protocols
  • you require production-grade TLS interception with extensive protocol coverage beyond HTTP/WebSocket

Facets

library · maturity active

proxy http-server security networking networking security developer-tools web-development jvm cross-platform http-proxy mitm netty https-interception traffic-capture websocket-proxy

1 source

Member repositories

RepositoryRoleHealth v2
monkeyWie/proxyeemain30

For agents

markdown · JSON · MCP: product_card(name="monkeyWie/proxyee")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem