]> git.ipfire.org Git - thirdparty/httpx.git/commit
Update `verify` parameter description (#1575)
authorascopes <73482956+ascopes@users.noreply.github.com>
Fri, 16 Apr 2021 09:03:08 +0000 (10:03 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Apr 2021 09:03:08 +0000 (10:03 +0100)
commit4870cb5adf63f4377a71c0b5bef6146fcdb53a9c
treeccf9e560d94ffbf3e239ba5b3cceab738c73deb3
parent110ce8565259a3c6927352554eccd94ca5804463
Update `verify` parameter description (#1575)

Included that the verify parameter can be an SSL context, as it currently is missing information
that is present in the advanced usage section of the documentation, and the type hints are not
showing up in the interface specification.

Amend verify docs for client
httpx/_api.py
httpx/_client.py