l

littleproxy

LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
https://github.com/mrog/LittleProxy
The Apache Software License, Version 2.0
LittleShoot
Mark Rogers
Files download
File Operation
littleproxy-2.0.0-beta-3.jar download
littleproxy-2.0.0-beta-3.pom download
littleproxy-2.0.0-beta-3-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.rogfam</groupId>
  <artifactId>littleproxy</artifactId>
  <version>2.0.0-beta-3</version>
</dependency>
Gradle Groovy
implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'
Gradle Kotlin
implementation("xyz.rogfam:littleproxy:2.0.0-beta-3")
Scala SBT
libraryDependencies += "xyz.rogfam" % "littleproxy" % "2.0.0-beta-3"
Groovy Grape
@Grapes(
  @Grab(group='xyz.rogfam', module='littleproxy', version='2.0.0-beta-3')
)
Apache Ivy
<dependency org="xyz.rogfam" name="littleproxy" rev="2.0.0-beta-3" />
Leiningen
[xyz.rogfam/littleproxy "2.0.0-beta-3"]
Apache Buildr
'xyz.rogfam:littleproxy:jar:2.0.0-beta-3'