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 Ox Cart
Files download
File Operation
littleproxy-1.0.0-beta1.jar download
littleproxy-1.0.0-beta1.pom download
littleproxy-1.0.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.littleshoot</groupId>
  <artifactId>littleproxy</artifactId>
  <version>1.0.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.littleshoot:littleproxy:1.0.0-beta1'
Gradle Kotlin
implementation("org.littleshoot:littleproxy:1.0.0-beta1")
Scala SBT
libraryDependencies += "org.littleshoot" % "littleproxy" % "1.0.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.littleshoot', module='littleproxy', version='1.0.0-beta1')
)
Apache Ivy
<dependency org="org.littleshoot" name="littleproxy" rev="1.0.0-beta1" />
Leiningen
[org.littleshoot/littleproxy "1.0.0-beta1"]
Apache Buildr
'org.littleshoot:littleproxy:jar:1.0.0-beta1'