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

Method get_http_status

test/modules/md/md_env.py:393–395  ·  view source on GitHub ↗
(self, domain, path, use_https=True)

Source from the content-addressed store, hash-verified

391 assert os.listdir(path) == []
392
393 def get_http_status(self, domain, path, use_https=True):
394 r = self.get_meta(domain, path, use_https, insecure=True)
395 return r.response['status']
396
397 def get_cert(self, domain, tls=None, ciphers=None):
398 return MDCertUtil.load_server_cert(self._httpd_addr, self.https_port,

Callers 2

test_md_702_005Method · 0.80
test_md_702_006Method · 0.80

Calls 1

get_metaMethod · 0.95

Tested by 2

test_md_702_005Method · 0.64
test_md_702_006Method · 0.64