Home
last modified time | relevance | path

Searched refs:redirect_method (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/httplib2/python2/httplib2/
D__init__.py1913 redirect_method = method
1915 redirect_method = "GET"
1919 method=redirect_method,
2090 redirect_method = method
2092 redirect_method = "GET"
2103 method=redirect_method,
/aosp_15_r20/external/python/httplib2/python3/httplib2/
D__init__.py1719 redirect_method = method
1721 redirect_method = "GET"
1725 method=redirect_method,
1892 redirect_method = method
1894 redirect_method = "GET"
1905 method=redirect_method,
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/
H A D__init__.py1690 redirect_method = method
1692 redirect_method = "GET"
1696 method=redirect_method,
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/
H A D__init__.py1864 redirect_method = method
1866 redirect_method = "GET"
1870 method=redirect_method,
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_unittest.cc3971 const std::string& redirect_method, in HTTPRedirectMethodTest() argument
3988 EXPECT_EQ(redirect_method, req->method()); in HTTPRedirectMethodTest()
3991 if (request_method == redirect_method) { in HTTPRedirectMethodTest()
4018 const std::string& redirect_method, in HTTPRedirectOriginHeaderTest() argument
4031 EXPECT_EQ(redirect_method, req->method()); in HTTPRedirectOriginHeaderTest()