HomeSort by relevance Sort by last modified time
    Searched refs:HTTPS (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/jetty/src/java/org/eclipse/jetty/http/
HttpSchemes.java 33 HTTPS="https";
37 HTTPS_BUFFER = new ByteArrayBuffer(HTTPS);
EncodedHttpURI.java 59 return HttpSchemes.HTTPS;
HttpURI.java 289 // short cut for http and https
524 return HttpSchemes.HTTPS;
  /external/jetty/src/java/org/eclipse/jetty/util/
URIUtil.java 46 public static final String HTTPS="https";
47 public static final String HTTPS_COLON="https:";
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wsgiref.py 231 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="on")
232 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="1")
233 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="yes")
234 self.checkCrossDefault('wsgi.url_scheme',"http",HTTPS="foo")
235 self.checkCrossDefault('SERVER_PORT',"80",HTTPS="foo")
236 self.checkCrossDefault('SERVER_PORT',"443",HTTPS="on")
240 self.assertEqual(util.guess_scheme({'HTTPS':"foo"}), "http"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wsgiref.py 231 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="on")
232 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="1")
233 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="yes")
234 self.checkCrossDefault('wsgi.url_scheme',"http",HTTPS="foo")
235 self.checkCrossDefault('SERVER_PORT',"80",HTTPS="foo")
236 self.checkCrossDefault('SERVER_PORT',"443",HTTPS="on")
240 self.assertEqual(util.guess_scheme({'HTTPS':"foo"}), "http"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 231 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="on")
232 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="1")
233 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="yes")
234 self.checkCrossDefault('wsgi.url_scheme',"http",HTTPS="foo")
235 self.checkCrossDefault('SERVER_PORT',"80",HTTPS="foo")
236 self.checkCrossDefault('SERVER_PORT',"443",HTTPS="on")
240 self.assertEqual(util.guess_scheme({'HTTPS':"foo"}), "http"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 231 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="on")
232 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="1")
233 self.checkCrossDefault('wsgi.url_scheme',"https",HTTPS="yes")
234 self.checkCrossDefault('wsgi.url_scheme',"http",HTTPS="foo")
235 self.checkCrossDefault('SERVER_PORT',"80",HTTPS="foo")
236 self.checkCrossDefault('SERVER_PORT',"443",HTTPS="on")
240 self.assertEqual(util.guess_scheme({'HTTPS':"foo"}), "http"
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
RedirectListener.java 127 boolean isHttps = HttpSchemes.HTTPS.equals(String.valueOf(_exchange.getScheme()));
AbstractHttpConnection.java 198 absoluteURI.append(secure ? HttpSchemes.HTTPS : HttpSchemes.HTTP);
  /external/jetty/src/java/org/eclipse/jetty/server/
AbstractConnector.java 68 private String _integralScheme = HttpSchemes.HTTPS;
70 private String _confidentialScheme = HttpSchemes.HTTPS;
428 request.setScheme(HttpSchemes.HTTPS);
566 return _forwarded && request.getScheme().equalsIgnoreCase(HttpSchemes.HTTPS);
    [all...]
Response.java 203 port = HttpSchemes.HTTPS.equalsIgnoreCase(uri.getScheme())?443:80;
272 ((HttpSchemes.HTTPS.equalsIgnoreCase(uri.getScheme()) || HttpSchemes.HTTP.equalsIgnoreCase(uri.getScheme())) && uri.getPath()==null?"/":"") + //if no path, insert the root path
278 ((HttpSchemes.HTTPS.equalsIgnoreCase(uri.getScheme()) || HttpSchemes.HTTP.equalsIgnoreCase(uri.getScheme())) && uri.getPath()==null?"/":"")+ //if no path so insert the root path
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/ssl/
SslCertificates.java 107 request.setScheme(HttpSchemes.HTTPS);
SslSelectChannelConnector.java 105 request.setScheme(HttpSchemes.HTTPS);
SslSocketConnector.java 148 request.setScheme(HttpSchemes.HTTPS);
  /prebuilts/go/darwin-x86/src/net/http/
doc.go 8 Get, Head, Post, and PostForm make HTTP (or HTTPS) requests:
51 resp, err := client.Get("https://example.com")
  /prebuilts/go/linux-x86/src/net/http/
doc.go 8 Get, Head, Post, and PostForm make HTTP (or HTTPS) requests:
51 resp, err := client.Get("https://example.com")
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child_test.go 77 "HTTPS": "1",
84 if g, e := req.URL.String(), "https://example.com/path?a=b"; e != g {
child.go 106 if s := params["HTTPS"]; s == "on" || s == "ON" || s == "1" {
116 rawurl = "https://" + rawurl
  /prebuilts/go/linux-x86/src/net/http/cgi/
child_test.go 77 "HTTPS": "1",
84 if g, e := req.URL.String(), "https://example.com/path?a=b"; e != g {
child.go 106 if s := params["HTTPS"]; s == "on" || s == "ON" || s == "1" {
116 rawurl = "https://" + rawurl
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 710 String url = (HttpSchemes.HTTPS.equalsIgnoreCase(scheme) && port==443)
711 ? "https://"+request.getServerName()+request.getRequestURI()
733 String url = (HttpSchemes.HTTPS.equalsIgnoreCase(scheme) && port==443)
734 ? "https://"+request.getServerName()+request.getRequestURI()
  /development/apps/Development/src/com/android/development/
Connectivity.java 537 onHttpRequest(HTTPS);
696 private final static int HTTPS = 2;
763 final URL httpsUrl = new URL("https", fixedHost, path);
777 case HTTPS:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
libhttplib2.tex 63 \item[HTTP and HTTPS] HTTPS support is only available if the socket module was compiled with SSL support.
65 \item[Authentication] The following three types of HTTP Authentication are supported. These can be used over both HTTP and HTTPS.
219 The \var{uri} is the URI of the HTTP resource and can begin with either \code{http} or \code{https}. The value of \var{uri} must be an absolute URI.
398 resp, content = h.request("https://example.org/chap/2",
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 118 func (e *entry) shouldSend(https bool, host, path string) bool {
119 return e.domainMatch(host) && e.pathMatch(path) && (https || !e.Secure)
170 // It returns an empty slice if the URL's scheme is not HTTP or HTTPS.
177 if u.Scheme != "http" && u.Scheme != "https" {
194 https := u.Scheme == "https"
208 if !e.shouldSend(https, host, path) {
234 // It does nothing if the URL's scheme is not HTTP or HTTPS.
244 if u.Scheme != "http" && u.Scheme != "https" {

Completed in 619 milliseconds

1 2 3 4