diff --git a/python/httpx/_httpx/urlparse.pyi b/python/httpx/_httpx/urlparse.pyi index 3c9f5e12..a3c8603e 100644 --- a/python/httpx/_httpx/urlparse.pyi +++ b/python/httpx/_httpx/urlparse.pyi @@ -9,9 +9,12 @@ class ParseResult: @property def authority(self) -> str: ... + @property def netloc(self) -> str: ... + def __str__(self) -> str: ... + def __new__( cls, scheme: str,