Coverage for human_requests / abstraction / __init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.12.0, created at 2025-11-25 10:02 +0000

1from .http import URL, HttpMethod, Proxy 

2from .request import FetchRequest 

3from .response import FetchResponse 

4 

5__all__ = ["HttpMethod", "URL", "FetchRequest", "FetchResponse", "Proxy"]