]> git.ipfire.org Git - thirdparty/httpx.git/commit
Added links property to BaseResponse (#211)
authoreuri10 <euri10@users.noreply.github.com>
Fri, 16 Aug 2019 14:07:52 +0000 (16:07 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Fri, 16 Aug 2019 14:07:52 +0000 (09:07 -0500)
commitcad9c035008bafd32cb47c50b07c5bfe7868f0f3
tree9a415ee4c3677407694051ca8a09fcd223f1df84
parentdf8874b7339c9dcb7963689b304ce0179fc0d862
Added links property to BaseResponse (#211)

* Added docstring and better typing for parsed_header_links

* Added docstring and better typing for links property
Added tests for it too

* Added --diff to black check to see where CI fails
Relaxed travis build on master only

* Fixed black issue removing a \t

* Put noxfile and travis.yml as they were before
httpx/models.py
httpx/utils.py
tests/models/test_responses.py
tests/test_utils.py