Skip to content

Commit

Permalink
Remove extra column.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreid committed Oct 22, 2013
1 parent c852230 commit 43bc3bf
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,39 +71,39 @@ Feature Parity w/ Requests
Even though mimicing the `requests`_ API is not a goal, supporting most of it's
features is. Here is a list of `requests`_ features and their status in treq.

+----------------------------------+----------+------+---+
| | requests | treq | |
+----------------------------------+----------+------+---+
| International Domains and URLs | yes | no | |
+----------------------------------+----------+------+---+
| Keep-Alive & Connection Pooling | yes | yes | |
+----------------------------------+----------+------+---+
| Sessions with Cookie Persistence | yes | no | |
+----------------------------------+----------+------+---+
| Browser-style SSL Verification | yes | no | |
+----------------------------------+----------+------+---+
| Basic Authentication | yes | yes | |
+----------------------------------+----------+------+---+
| Digest Authentication | yes | no | |
+----------------------------------+----------+------+---+
| Elegant Key/Value Cookies | yes | no | |
+----------------------------------+----------+------+---+
| Automatic Decompression | yes | yes | |
+----------------------------------+----------+------+---+
| Unicode Response Bodies | yes | yes | |
+----------------------------------+----------+------+---+
| Multipart File Uploads | yes | no | |
+----------------------------------+----------+------+---+
| Connection Timeouts | yes | yes | |
+----------------------------------+----------+------+---+
| .netrc support | yes | no | |
+----------------------------------+----------+------+---+
| Python 2.6 | yes | yes | |
+----------------------------------+----------+------+---+
| Python 2.7 | yes | yes | |
+----------------------------------+----------+------+---+
| Python 3.x | yes | no | |
+----------------------------------+----------+------+---+
+----------------------------------+----------+------+
| | requests | treq |
+----------------------------------+----------+------+
| International Domains and URLs | yes | no |
+----------------------------------+----------+------+
| Keep-Alive & Connection Pooling | yes | yes |
+----------------------------------+----------+------+
| Sessions with Cookie Persistence | yes | no |
+----------------------------------+----------+------+
| Browser-style SSL Verification | yes | no |
+----------------------------------+----------+------+
| Basic Authentication | yes | yes |
+----------------------------------+----------+------+
| Digest Authentication | yes | no |
+----------------------------------+----------+------+
| Elegant Key/Value Cookies | yes | no |
+----------------------------------+----------+------+
| Automatic Decompression | yes | yes |
+----------------------------------+----------+------+
| Unicode Response Bodies | yes | yes |
+----------------------------------+----------+------+
| Multipart File Uploads | yes | no |
+----------------------------------+----------+------+
| Connection Timeouts | yes | yes |
+----------------------------------+----------+------+
| .netrc support | yes | no |
+----------------------------------+----------+------+
| Python 2.6 | yes | yes |
+----------------------------------+----------+------+
| Python 2.7 | yes | yes |
+----------------------------------+----------+------+
| Python 3.x | yes | no |
+----------------------------------+----------+------+

Howto
-----
Expand Down

0 comments on commit 43bc3bf

Please sign in to comment.