Lines Matching defs:self

64     def __init__(self):  argument
210 def httpd_version(self): argument
223 def versiontuple(self, v): argument
227 def httpd_is_at_least(self, minv): argument
233 def caddy_is_at_least(self, minv): argument
239 def is_complete(self) -> bool: argument
245 def get_incomplete_reason(self) -> Optional[str]: argument
259 def nghttpx_version(self): argument
263 def caddy_version(self): argument
267 def vsftpd_version(self): argument
271 def tcpdmp(self) -> Optional[str]: argument
397 def __init__(self, pytestconfig=None): argument
403 def issue_certs(self): argument
411 def setup(self): argument
416 def get_credentials(self, domain) -> Optional[Credentials]: argument
423 def verbose(self) -> int: argument
427 def test_timeout(self) -> Optional[float]: argument
431 def test_timeout(self, val: Optional[float]): argument
435 def gen_dir(self) -> str: argument
439 def project_dir(self) -> str: argument
443 def ca(self): argument
447 def htdocs_dir(self) -> str: argument
451 def domain1(self) -> str: argument
455 def domain1brotli(self) -> str: argument
459 def domain2(self) -> str: argument
463 def ftp_domain(self) -> str: argument
467 def proxy_domain(self) -> str: argument
471 def http_port(self) -> int: argument
475 def https_port(self) -> int: argument
479 def h3_port(self) -> int: argument
483 def proxy_port(self) -> int: argument
487 def proxys_port(self) -> int: argument
491 def ftp_port(self) -> int: argument
495 def ftps_port(self) -> int: argument
499 def h2proxys_port(self) -> int: argument
502 def pts_port(self, proto: str = 'http/1.1') -> int: argument
507 def caddy(self) -> str: argument
511 def caddy_https_port(self) -> int: argument
515 def caddy_http_port(self) -> int: argument
519 def vsftpd(self) -> str: argument
523 def ws_port(self) -> int: argument
527 def curl(self) -> str: argument
531 def httpd(self) -> str: argument
535 def apachectl(self) -> str: argument
539 def apxs(self) -> str: argument
543 def nghttpx(self) -> Optional[str]: argument
547 def slow_network(self) -> bool: argument
552 def ci_run(self) -> bool: argument
555 def port_for(self, alpn_proto: Optional[str] = None): argument
563 def authority_for(self, domain: str, alpn_proto: Optional[str] = None): argument
566 def make_data_file(self, indir: str, fname: str, fsize: int, argument