Include invalid url exception in docs (#1166)
* Advanced transport docs * Include InvalidURL in exception docs * Update docs/exceptions.md Co-authored-by: Florimond Manca <florimond.manca@gmail.com> Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
This commit is contained in:
parent
477824aeaa
commit
557ad70242
@ -76,6 +76,7 @@ except httpx.HTTPStatusError as exc:
|
||||
* TooManyRedirects
|
||||
* RequestBodyUnavailable
|
||||
* HTTPStatusError
|
||||
* InvalidURL
|
||||
* NotRedirectResponse
|
||||
* CookieConflict
|
||||
* StreamError
|
||||
@ -154,6 +155,9 @@ except httpx.HTTPStatusError as exc:
|
||||
::: httpx.HTTPStatusError
|
||||
:docstring:
|
||||
|
||||
::: httpx.InvalidURL
|
||||
:docstring:
|
||||
|
||||
::: httpx.NotRedirectResponse
|
||||
:docstring:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user