File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Highlights
8
8
- Built-in redirection and retries (optional).
9
9
- Supports gzip and deflate decoding.
10
10
- Thread-safe and sanity-safe.
11
+ - Works with AppEngine, gevent, and eventlib.
11
12
- Tested on Python 2.6+ and Python 3.2+, 99% unit test coverage.
12
13
- Small and easy to understand codebase perfect for extending and building upon.
13
14
For a more comprehensive solution, have a look at
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Highlights
32
32
33
33
- Tested on Python 2.6+ and Python 3.2+, 99% unit test coverage.
34
34
35
+ - Works with AppEngine, gevent, and eventlib.
36
+
35
37
- Small and easy to understand codebase perfect for extending and building upon.
36
38
For a more comprehensive solution, have a look at
37
39
`Requests <http://python-requests.org/ >`_ which is also powered by urllib3.
You can’t perform that action at this time.
0 commit comments