Skip to content

Commit bbf3aea

Browse files
committed
Add module-level docstring to public HTTPX API
1 parent ae1b9f6 commit bbf3aea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

httpx/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
HTTPX is a fully featured HTTP client for Python.
3+
4+
This module exposes the public HTTPX API, including the Client and AsyncClient
5+
classes, request functions, transports, exceptions, and related utilities.
6+
"""
7+
18
from .__version__ import __description__, __title__, __version__
29
from ._api import *
310
from ._auth import *

0 commit comments

Comments
 (0)