l

littleproxy

LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
http://www.littleshoot.org/littleproxy
The Apache Software License, Version 2.0
LittleShoot
Adam fisk
Files download
File Operation
littleproxy-0.5.1.jar download
littleproxy-0.5.1.pom download
littleproxy-0.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.littleshoot</groupId>
  <artifactId>littleproxy</artifactId>
  <version>0.5.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.littleshoot:littleproxy:0.5.1'
Gradle Kotlin
implementation("org.littleshoot:littleproxy:0.5.1")
Scala SBT
libraryDependencies += "org.littleshoot" % "littleproxy" % "0.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.littleshoot', module='littleproxy', version='0.5.1')
)
Apache Ivy
<dependency org="org.littleshoot" name="littleproxy" rev="0.5.1" />
Leiningen
[org.littleshoot/littleproxy "0.5.1"]
Apache Buildr
'org.littleshoot:littleproxy:jar:0.5.1'