blob: 1cb4bf2eb7cec0c840cdadf1ca8fbff5e9cfab8b [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <title>http</title>
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12 alink="#204080">
13<h1 class="toc">Module http</h1>
14<hr />
15 <h2 class="toc">Classes</h2>
16 <a target="mainFrame" href="googleapiclient.http.BatchHttpRequest-class.html"
17 >BatchHttpRequest</a><br /> <a target="mainFrame" href="googleapiclient.http.HttpMock-class.html"
18 >HttpMock</a><br /> <a target="mainFrame" href="googleapiclient.http.HttpMockSequence-class.html"
19 >HttpMockSequence</a><br /> <a target="mainFrame" href="googleapiclient.http.HttpRequest-class.html"
20 >HttpRequest</a><br /> <a target="mainFrame" href="googleapiclient.http.HttpRequestMock-class.html"
21 >HttpRequestMock</a><br /> <a target="mainFrame" href="googleapiclient.http.MediaDownloadProgress-class.html"
22 >MediaDownloadProgress</a><br /> <a target="mainFrame" href="googleapiclient.http.MediaFileUpload-class.html"
23 >MediaFileUpload</a><br /> <a target="mainFrame" href="googleapiclient.http.MediaInMemoryUpload-class.html"
24 >MediaInMemoryUpload</a><br /> <a target="mainFrame" href="googleapiclient.http.MediaIoBaseDownload-class.html"
25 >MediaIoBaseDownload</a><br /> <a target="mainFrame" href="googleapiclient.http.MediaIoBaseUpload-class.html"
26 >MediaIoBaseUpload</a><br /> <a target="mainFrame" href="googleapiclient.http.MediaUpload-class.html"
27 >MediaUpload</a><br /> <a target="mainFrame" href="googleapiclient.http.MediaUploadProgress-class.html"
28 >MediaUploadProgress</a><br /> <a target="mainFrame" href="googleapiclient.http.RequestMockBuilder-class.html"
29 >RequestMockBuilder</a><br /> <div class="private">
30 <a target="mainFrame" href="googleapiclient.http._StreamSlice-class.html"
31 >_StreamSlice</a><br /> </div>
32 <h2 class="toc">Functions</h2>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080033 <div class="private">
34 <a target="mainFrame" href="googleapiclient.http-module.html#_retry_request"
35 >_retry_request</a><br /> </div>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070036 <div class="private">
37 <a target="mainFrame" href="googleapiclient.http-module.html#_should_retry_response"
38 >_should_retry_response</a><br /> </div>
John Asmuth614db982014-04-24 15:46:26 -040039 <a target="mainFrame" href="googleapiclient.http-module.html#set_user_agent"
40 >set_user_agent</a><br /> <a target="mainFrame" href="googleapiclient.http-module.html#tunnel_patch"
41 >tunnel_patch</a><br /> <h2 class="toc">Variables</h2>
42 <a target="mainFrame" href="googleapiclient.http-module.html#DEFAULT_CHUNK_SIZE"
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070043 >DEFAULT_CHUNK_SIZE</a><br /> <a target="mainFrame" href="googleapiclient.http-module.html#LOGGER"
44 >LOGGER</a><br /> <a target="mainFrame" href="googleapiclient.http-module.html#MAX_URI_LENGTH"
45 >MAX_URI_LENGTH</a><br /> <div class="private">
46 <a target="mainFrame" href="googleapiclient.http-module.html#_TOO_MANY_REQUESTS"
47 >_TOO_MANY_REQUESTS</a><br /> </div>
48 <div class="private">
49 <a target="mainFrame" href="googleapiclient.http-module.html#_ssl_SSLError"
50 >_ssl_SSLError</a><br /> </div>
51<hr />
John Asmuth614db982014-04-24 15:46:26 -040052<span class="options">[<a href="javascript:void(0);" class="privatelink"
53 onclick="toggle_private();">hide&nbsp;private</a>]</span>
54
55<script type="text/javascript">
56 <!--
57 // Private objects are initially displayed (because if
58 // javascript is turned off then we want them to be
59 // visible); but by default, we want to hide them. So hide
60 // them unless we have a cookie that says to show them.
61 checkCookie();
62 // -->
63</script>
64</body>
65</html>