Registry / networking / littleproxy

littleproxy

JSON →
library1.1.2javamavenunverified

High performance HTTP proxy written in Java using the Netty networking framework.

<dependency> <groupId>org.littleshoot</groupId> <artifactId>littleproxy</artifactId> <version>1.1.2</version> </dependency>
INSTALL
IMPORT
SIG · LITTLEPROXY
L
littleproxy
networkingjavav1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpProxyServer
org.littleshoot.proxy.HttpProxyServer

Start a basic HTTP proxy server on port 8080.

import org.littleshoot.proxy.HttpProxyServer; import org.littleshoot.proxy.impl.DefaultHttpProxyServer; HttpProxyServer server = DefaultHttpProxyServer.bootstrap() .withPort(8080) .start(); System.out.println("Proxy started on port 8080"); server.stop();
Debug
Known issues
gotchaLittleProxy 1.1.2 is outdated; consider using newer forks or alternatives.
fix
Evaluate active forks like 'LittleProxy-mitm' or migrate to modern proxy libraries.
affects: <=1.1.2
Upgrade
Version history
1.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
littleproxy — mvn dependency:get littleproxy · libregistry