ASGIDispatch and WSGIDispatch should be importable from the top-level httpx package
See original GitHub issueFrom #396:
ASGIDispatch
andWSGIDispatch
are documented as top-level but aren’t exposed at the top level. This is definitely an issue, I’d recommend the route of making both available top-level.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
httpx 0.9.0 - PyPI
In order to ensure you are only ever working with public API you should make sure to only import the top-level package eg....
Read more >unit testing - `python -m unittest discover` does not discover tests
For a project's tests to be compatible with test discovery they must all be importable from the top level directory of the project...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mxahmed Let’s start with importing it at the top level, there’s a lot more work to do if we move towards not pulling everything to the top level package.
@sethmlarson Alright then.