MCPcopy Index your code
hub / github.com/scrapinghub/splash / https_url

Method https_url

splash/tests/utils.py:133–134  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

131 )
132
133 def https_url(self, path):
134 return "https://localhost:%s/%s" % (self.https_port, path.lstrip('/'))
135
136
137class MockServers(object):

Callers 15

test_jsrender_httpsMethod · 0.80
test_http2_enabledMethod · 0.80
test_http2_disabledMethod · 0.80
test_http2_defaultMethod · 0.80
test_ok_httpsMethod · 0.80
test_fields_allMethod · 0.80
test_fields_no_htmlMethod · 0.80
test_fields_defaultMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_jsrender_httpsMethod · 0.64
test_http2_enabledMethod · 0.64
test_http2_disabledMethod · 0.64
test_http2_defaultMethod · 0.64
test_ok_httpsMethod · 0.64
test_fields_allMethod · 0.64
test_fields_no_htmlMethod · 0.64
test_fields_defaultMethod · 0.64