Home
last modified time | relevance | path

Searched refs:https_port (Results 1 – 4 of 4) sorted by relevance

/curl/tests/http/testenv/
H A Dnghttpx.py44 def __init__(self, env: Env, port: int, https_port: int, name: str):
48 self._https_port = https_port
63 def https_port(self): member in Nghttpx
197 https_port=env.nghttpx_https_port)
235 https_port=0)
H A Denv.py510 def https_port(self) -> int: member in Env
519 return self.https_port
597 return self.https_port
/curl/tests/http/
H A Dconftest.py110 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0):
119 if nghttpx.exists() and (env.have_h3() or nghttpx.https_port > 0):
H A Dscorecard.py788 server_port = env.https_port

Completed in 8 milliseconds