l

littleproxy

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