Commit 7e7463b
Jon Wayne Parrott
Remove httplib2, replace with Requests (#3674)
* Core: remove httplib2, replace with Requests
Additionally remove make_exception in favor of from_http_status and from_http_response.
* Datastore: replace httplib2 with Requests
* DNS: replace httplib2 with Requests
* Error Reporting: replace httplib2 with requests
* Language: replace httplib2 with Requests
* Logging: replace httplib2 with requests
* Monitoring: replace httplib2 with Requests
* Pubsub: replace httplib2 with Requests
* Resource Manager: replace httplib2 with Requests
* Runtimeconfig: replace httplib2 with Requests
* Speech: replace httplib2 with Requests
* Storage: replace httplib2 with Requests
* BigQuery: replace httplib2 with Requests
* Translate: replace httplib2 with Requests
* Vision: replace httplib2 with Requests1 parent 5e5cad1 commit 7e7463b
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
0 commit comments