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