Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
137
class
MockServers(object):
Callers
15
test_jsrender_https
Method · 0.80
test_http2_enabled
Method · 0.80
test_http2_disabled
Method · 0.80
test_http2_default
Method · 0.80
test_ok_https
Method · 0.80
test_jsrender_https_html
Method · 0.80
test_jsrender_https_png
Method · 0.80
test_fields_all
Method · 0.80
test_fields_no_html
Method · 0.80
test_fields_no_screenshots
Method · 0.80
test_fields_no_iframes
Method · 0.80
test_fields_default
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_jsrender_https
Method · 0.64
test_http2_enabled
Method · 0.64
test_http2_disabled
Method · 0.64
test_http2_default
Method · 0.64
test_ok_https
Method · 0.64
test_jsrender_https_html
Method · 0.64
test_jsrender_https_png
Method · 0.64
test_fields_all
Method · 0.64
test_fields_no_html
Method · 0.64
test_fields_no_screenshots
Method · 0.64
test_fields_no_iframes
Method · 0.64
test_fields_default
Method · 0.64