Lines Matching refs:http
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package android.net.http;
34 * redirects, HTTP authentication requests, etc.
139 * @param statusCode HTTP status code returned from original request
165 if (mUrl.startsWith("https:") && redirectTo.startsWith("http:")) {
166 // implement http://www.w3.org/Protocols/rfc2616/rfc2616-sec15.html#sec15.1.3
168 HttpLog.v("blowing away the referer on an https -> http redirect");
221 * Create and queue an HTTP authentication-response (basic) request.
233 * Create and queue an HTTP authentication-response (digest) request.
265 * @return HTTP request method (GET, PUT, etc).