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