# monkeyWie/proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.

Repository: https://github.com/monkeyWie/proxyee
Canonical: https://ross.abutalabs.com/products/proxyee
Language: Java
License: MIT
License Family: permissive
Topics: http, https, java, mitm, mitmproxy, netty, proxy, proxy-server
Last push: 2025-04-07T04:09:49+00:00

## Health v2 (maintenance only)
Score: 30/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 15, release rhythm 8, longevity 100
- inputs: {"age_days": 3286, "days_push": 513, "days_rel": 513, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1634, forks 577 (observed 2026-08-28T04:05:14.324962+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: proxy, http-server, security, networking
- domain: networking, security, developer-tools, web-development
- platform: jvm, cross-platform
- tags: http-proxy, mitm, netty, https-interception, traffic-capture, websocket-proxy

## Member repositories
- monkeyWie/proxyee (main) score 30

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:14.324962+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:47:09.664002+00:00, confidence not recorded.
  - readme: https://github.com/monkeyWie/proxyee (fetched 2026-08-28T04:05:14.324962+00:00, sha 3c453a80884f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
