Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement HTTPX Transport API #142

Merged
merged 2 commits into from
Apr 27, 2021
Merged

Implement HTTPX Transport API #142

merged 2 commits into from
Apr 27, 2021

Conversation

lundberg
Copy link
Owner

@lundberg lundberg commented Apr 8, 2021

This PR implements support for the new HTTPX Transport API and will be merged once HTTPX 0.18 is released.

@lundberg lundberg force-pushed the support-httpx-transport-api branch from 91abc18 to bb1a432 Compare April 27, 2021 16:57
@lundberg lundberg merged commit 20cad3d into master Apr 27, 2021
@lundberg lundberg deleted the support-httpx-transport-api branch April 27, 2021 17:01
lundberg added a commit that referenced this pull request Apr 27, 2021
Changed
- Require `HTTPX` 0.18.0 and implement the new transport API. (PR #142)
- Removed ASGI and WSGI transports from httpcore patch list. (PR #131)
- Don't pre-read mocked async resposne streams. (PR #136)

Fixed
- Fixed syntax highlighting in docs, thanks @florimondmanca. (PR #134)
- Type check `route.return_value`, thanks @tzing. (PR #133)
- Fixed a typo in the docs, thanks @lewoudar. (PR #139)

Added
- Added support for adding/removing patch targets. (PR #131)
- Added test session for python 3.10. (PR #140)
- Added RESPX Mock Swallowtail to README. (PR #128)
@lundberg lundberg mentioned this pull request Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant