From 486a573736d7939fe62578a9a957e4aa4b9e3bb9 Mon Sep 17 00:00:00 2001 From: jon-ruckwood Date: Fri, 18 Jul 2014 09:20:31 +0100 Subject: [PATCH] Updated README.md and TOPICS.md New HTTP section and added OkHttp to it. --- README.md | 7 +++++++ TOPICS.md | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea67b4..0685c74 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [GUI](#gui) - [Game Development](#game-development) - [High Performance](#high-performance) + - [HTTP](#http) - [IDE](#ide) - [JVM and JDK](#jvm-and-jdk) - [JSON](#json) @@ -145,6 +146,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library. * [Javalution](http://javolution.org/) - Library for real-time and embedded systems. +## HTTP + +*Libraries for working with HTTP.* + +* [OkHttp](http://square.github.io/okhttp/) - An HTTP+SPDY client for Android and Java applications. + ## IDE *Integrated development environments that try to simplify several aspects of development.* diff --git a/TOPICS.md b/TOPICS.md index 6fa4380..bb2b08e 100644 --- a/TOPICS.md +++ b/TOPICS.md @@ -27,7 +27,6 @@ * Functional Programming * Geolocation * HTML Manipulation -* HTTP * Hardware * Imagery * Internationalization