OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ssl
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httpclient_test.py
134
def get_proxy(
is_ssl
):
135
return self.https_proxy if
is_ssl
else self.http_proxy
147
connection = self.fetch._get_connection('example.com', None,
is_ssl
=False)
154
connection = self.fetch._get_connection('example.com', 8888,
is_ssl
=False)
161
connection = self.fetch._get_connection('example.com', 8888,
is_ssl
=False)
168
connection = self.fetch._get_connection('example.com', None,
is_ssl
=True)
175
connection = self.fetch._get_connection('example.com', None,
is_ssl
=True)
182
connection = self.fetch._get_connection('example.com', None,
is_ssl
=True)
195
request_body=None, headers={},
is_ssl
=False)
205
request_body=None, headers={},
is_ssl
=True
[
all
...]
rules_parser_test.py
72
'headers', '
is_ssl
'))):
75
request_body=None, headers=None,
is_ssl
=False):
77
cls, command, host, full_path, request_body, headers or {},
is_ssl
)
httparchive.py
216
def get_requests(self, command=None, host=None, full_path=None,
is_ssl
=None,
221
if r.matches(command, None, full_path,
is_ssl
,
225
if r.matches(command, host, full_path,
is_ssl
,
374
request.full_path,
is_ssl
=request.
is_ssl
,
379
request.full_path,
is_ssl
=request.
is_ssl
,
384
None,
is_ssl
=request.
is_ssl
,
493
is_ssl
=False)
[
all
...]
httpproxy.py
117
self.server.
is_ssl
)
293
host='localhost', port=80, use_delays=False,
is_ssl
=False,
303
is_ssl
: True iff proxy is using SSL.
332
self.
is_ssl
=
is_ssl
381
is_ssl
=True, protocol='HTTPS', **kwargs)
419
is_ssl
=True, protocol='HTTPS', **kwargs)
434
is_ssl
=True, protocol='HTTP-to-HTTPS', **kwargs)
httpclient.py
275
def _get_system_proxy(
is_ssl
):
276
return platformsettings.get_system_proxy(
is_ssl
)
278
def _get_connection(self, request_host, request_port,
is_ssl
):
286
is_ssl
: True if HTTPS connection is needed.
292
system_proxy = self._get_system_proxy(
is_ssl
)
303
if
is_ssl
:
325
request_host, request_port, request.
is_ssl
)
/external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py
[
all
...]
Completed in 172 milliseconds