From 602e0b2aa8695b9fb2ee82f0582cbe4e7d30da6f Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 24 Jun 2012 16:49:23 -1000 Subject: [PATCH] Update master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2674a2..e9536b9 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ doesn't have nearly as many features. ##Known Issues * Only works with the first HTTP request made in each use_cassette block. That's because I haven't gotten around to implementing multiple requests yet. * Probably only works with urllib2. Hey, doesn't `requests` use urllib2? Maybe that works too then. + * No HTTPS support (yet) ##Similar libraries in Python Neither of these really implement the API I want, but I have cribbed some code