Searched refs:https_port (Results 1 – 4 of 4) sorted by relevance
44 def __init__(self, env: Env, port: int, https_port: int, name: str):48 self._https_port = https_port63 def https_port(self): member in Nghttpx197 https_port=env.nghttpx_https_port)235 https_port=0)
510 def https_port(self) -> int: member in Env519 return self.https_port597 return self.https_port
110 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):
788 server_port = env.https_port
Completed in 10 milliseconds