From f77ef818771fac429b8511776e838af1f6d1cae4 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Wed, 15 Jul 2015 12:43:36 -0700 Subject: [PATCH] Add Tornado to list of supported libraries --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index ac35d85..53d9e4b 100644 --- a/README.rst +++ b/README.rst @@ -50,6 +50,7 @@ The following http libraries are supported: - requests (both 1.x and 2.x versions) - httplib2 - boto +- Tornado's AsyncHTTPClient Usage -----