MCPcopy Create free account
hub / github.com/apache/httpd / mkurl

Method mkurl

test/pyhttpd/env.py:587–589  ·  view source on GitHub ↗
(self, scheme, hostname, path='/')

Source from the content-addressed store, hash-verified

585 duration=datetime.now() - start)
586
587 def mkurl(self, scheme, hostname, path='/'):
588 port = self.https_port if scheme == 'https' else self.http_port
589 return f"{scheme}://{hostname}.{self.http_tld}:{port}{path}"
590
591 def install_test_conf(self, lines: List[str]):
592 self.apache_stop()

Callers 15

test_core_001_01Method · 0.80
test_core_001_03Method · 0.80
test_core_001_04Method · 0.80
test_core_001_20Method · 0.80
test_core_002_01Method · 0.80
test_h1_005_01Method · 0.80
test_h1_005_02Method · 0.80
test_h1_003_01Method · 0.80
test_h1_001_01Method · 0.80
test_h1_007_02Method · 0.80
test_h1_007_03Method · 0.80

Calls

no outgoing calls

Tested by 15

test_core_001_01Method · 0.64
test_core_001_03Method · 0.64
test_core_001_04Method · 0.64
test_core_001_20Method · 0.64
test_core_002_01Method · 0.64
test_h1_005_01Method · 0.64
test_h1_005_02Method · 0.64
test_h1_003_01Method · 0.64
test_h1_001_01Method · 0.64
test_h1_007_02Method · 0.64
test_h1_007_03Method · 0.64