Metadata-Version: 2.1
Name: TP-Requests
Version: 2024.2.9
Summary: Send the HTTP/ MQTT/ WEBSOCKET Request
Home-page: https://github.com/truocphan/TP-Requests
Author: TP Cyber Security
Author-email: tpcybersec2023@gmail.com
License: MIT
Keywords: TPCyberSec,TP_Requests,TP_HTTP_REQUEST,TP_MQTT_REQUEST,TP_WEBSOCKET_REQUEST
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: Implementation :: Jython
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: TP-HTTP-Request-Response-Parser >=2024.2.5

# TP-Requests

<p align="center">
    <a href="https://github.com/truocphan/TP-Requests/releases/"><img src="https://img.shields.io/github/release/truocphan/TP-Requests" height=30></a>
	<a href="#"><img src="https://img.shields.io/github/downloads/truocphan/TP-Requests/total" height=30></a>
	<a href="#"><img src="https://img.shields.io/github/stars/truocphan/TP-Requests" height=30></a>
	<a href="#"><img src="https://img.shields.io/github/forks/truocphan/TP-Requests" height=30></a>
	<a href="https://github.com/truocphan/TP-Requests/issues?q=is%3Aopen+is%3Aissue"><img src="https://img.shields.io/github/issues/truocphan/TP-Requests" height=30></a>
	<a href="https://github.com/truocphan/TP-Requests/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed/truocphan/TP-Requests" height=30></a>
	<a href="https://pypi.org/project/TP-Requests/" target="_blank"><img src="https://img.shields.io/badge/pypi-3775A9?style=for-the-badge&logo=pypi&logoColor=white" height=30></a>
	<a href="https://www.facebook.com/61550595106970" target="_blank"><img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" height=30></a>
	<a href="https://twitter.com/TPCyberSec" target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" height=30></a>
	<a href="https://github.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" height=30></a>
	<a href="mailto:tpcybersec2023@gmail.com" target="_blank"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" height=30></a>
	<a href="https://www.buymeacoffee.com/truocphan" target="_blank"><img src="https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" height=30></a>
</p>

## Installation
#### From PyPI:
```console
pip install TP-Requests
```
#### From Source:
```console
git clone https://github.com/truocphan/TP-Requests.git --branch <Branch/Tag>
cd TP-Requests
python setup.py build
python setup.py install
```

## Basic Usage
```
from TP_Requests.http import TP_HTTP_REQUEST
```
