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

Method get_server_status

test/modules/md/md_env.py:468–471  ·  view source on GitHub ↗
(self, query="/", via_domain=None, use_https=True)

Source from the content-addressed store, hash-verified

466 use_https=use_https)
467
468 def get_server_status(self, query="/", via_domain=None, use_https=True):
469 if via_domain is None:
470 via_domain = self._default_domain
471 return self.get_content(via_domain, "/server-status%s" % query, use_https=use_https)
472
473 def await_completion(self, names, must_renew=False, restart=True, timeout=60,
474 via_domain=None, use_https=True):

Callers 2

test_md_801_010Method · 0.45
test_md_920_010Method · 0.45

Calls 1

get_contentMethod · 0.95

Tested by 2

test_md_801_010Method · 0.36
test_md_920_010Method · 0.36