From fb99229658ae6626300bcdb6d4e879659277c087 Mon Sep 17 00:00:00 2001 From: idelac Date: Wed, 31 Aug 2022 19:52:40 +0200 Subject: [PATCH] Add LittleProxy (#1001) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1c063c..8ae35d9 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,7 @@ _Everything else._ - [Maven Wrapper](https://github.com/takari/maven-wrapper) - Analogue of Gradle Wrapper for Maven, allows building projects without installing maven. - [Membrane Service Proxy](https://github.com/membrane/service-proxy) - Open-source, reverse-proxy framework. - [MinimalFTP](https://github.com/Guichaguri/MinimalFTP) - Lightweight, small and customizable FTP server. +- [LittleProxy](https://github.com/adamfisk/LittleProxy) - High performance HTTP proxy atop Netty's event-based networking library. - [Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide. - [Modernizer](https://github.com/gaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs. - [OctoLinker](https://github.com/OctoLinker/OctoLinker) - Browser extension which allows to navigate through code on GitHub more efficiently.