theotherian / LittleProxy

High Performance HTTP Proxy

Home Page:http://www.littleshoot.org/littleproxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LittleProxy is a high performance HTTP proxy written in Java atop Trustin Lee's excellent Netty event-based networking library. It's quite stable, performs well, and is easy to integrate into your projects. From Maven this as simple as:

        <dependency>
            <groupId>org.littleshoot</groupId>
            <artifactId>littleproxy</artifactId>
            <version>0.4</version>
        </dependency>

Alternatively, you can also work off of SNAPSHOT releases, which should generally be quite stable, as in:

        <dependency>
            <groupId>org.littleshoot</groupId>
            <artifactId>littleproxy</artifactId>
            <version>0.5-SNAPSHOT</version>
        </dependency>

If you have questions, please visit our Google Group here:

https://groups.google.com/forum/#!forum/littleproxy

The main LittleProxy page is here:

http://www.littleshoot.org/littleproxy/

About

High Performance HTTP Proxy

http://www.littleshoot.org/littleproxy

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.5%