File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ The ultimate Python library in building OAuth and OpenID Connect clients and ser
18
18
19
19
An asynchronous GitHub API library. Includes [ HTTPX support] ( https://gidgethub.readthedocs.io/en/latest/httpx.html ) .
20
20
21
+ ### HTTPX-Auth
22
+
23
+ [ GitHub] ( https://github.com/Colin-b/httpx_auth ) - [ Documentation] ( https://colin-b.github.io/httpx_auth/ )
24
+
25
+ Provides authentication classes to be used with HTTPX [ authentication parameter] ( advanced.md#customizing-authentication ) .
26
+
27
+ ### pytest-HTTPX
28
+
29
+ [ GitHub] ( https://github.com/Colin-b/pytest_httpx ) - [ Documentation] ( https://colin-b.github.io/pytest_httpx/ )
30
+
31
+ Provides ` httpx_mock ` [ pytest] ( https://docs.pytest.org/en/latest/ ) fixture to mock HTTPX within test cases.
32
+
21
33
### RESPX
22
34
23
35
[ GitHub] ( https://github.com/lundberg/respx ) - [ Documentation] ( https://lundberg.github.io/respx/ )
You can’t perform that action at this time.
0 commit comments