commit | 9a9ce2c9c068d2bb71e221257a9cbfe0d8952a02 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Mon Oct 31 14:59:52 2016 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 31 14:59:52 2016 -0700 |
tree | d7e0d6077c828efe424a8b6f310857d11ec9c024 | |
parent | 70995a903c47a76cec6cf1d7a2f17ac8884757fd [diff] [blame] |
Add requests transport (#66) * Add requests transport * Parametrize http_request so that both urllib3 and requests are exercised in system tests.
diff --git a/docs/reference/google.auth.transport.rst b/docs/reference/google.auth.transport.rst index b9b444c..7767daf 100644 --- a/docs/reference/google.auth.transport.rst +++ b/docs/reference/google.auth.transport.rst
@@ -11,5 +11,6 @@ .. toctree:: + google.auth.transport.requests google.auth.transport.urllib3