Metadata-Version: 2.4
Name: http_client_request
Version: 0.1.3.1
Summary: http.client request extension.
License: MIT
Keywords: http.client,request
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: http_response (>=0.0.9)
Requires-Dist: python-cookietools (>=0.1.4)
Requires-Dist: python-dicttools (>=0.0.5)
Requires-Dist: python-filewrap (>=0.2.9)
Requires-Dist: python-http_request (>=0.1.6)
Requires-Dist: python-undefined (>=0.0.4)
Requires-Dist: socket_keepalive (>=0.0.1)
Requires-Dist: urllib3
Requires-Dist: yarl
Project-URL: Homepage, https://github.com/ChenyangGao/python-modules/tree/main/http_client_request
Project-URL: Repository, https://github.com/ChenyangGao/python-modules/tree/main/http_client_request
Description-Content-Type: text/markdown

# Python set socket keepalive.

## Installation

You can install via [pypi](https://pypi.org/project/socket_keepalive/)

```console
pip install -U socket_keepalive
```

## Usage

```python
from socket_keepalive import socket_keepalive
```

