Lines Matching refs:httplib2
1 import httplib2
8 c = httplib2.Credentials()
27 http = httplib2.Http()
42 http = httplib2.Http()
61 http = httplib2.Http()
82 http = httplib2.Http()
98 http = httplib2.Http()
109 info = httplib2._parse_www_authenticate(response1, "authentication-info")
114 info2 = httplib2._parse_www_authenticate(response2, "authentication-info")
118 info3 = httplib2._parse_www_authenticate(response3, "authentication-info")
125 http = httplib2.Http()
139 info = httplib2._parse_www_authenticate(
147 info2 = httplib2._parse_www_authenticate(
260 httplib2.USE_WWW_AUTH_STRICT_PARSING = strict
262 assert httplib2._parse_www_authenticate(headers) == info
264 httplib2.USE_WWW_AUTH_STRICT_PARSING = 0
269 with tests.assert_raises(httplib2.MalformedHeader):
270 httplib2._parse_www_authenticate(
287 d = httplib2.DigestAuthentication(
312 d = httplib2.DigestAuthentication(
331 response = httplib2.Response({})
338 d = httplib2.DigestAuthentication(
350 response = httplib2.Response({})
357 d = httplib2.DigestAuthentication(
367 digest = httplib2._wsse_username_token(