A simple and optimized library for sending HTTP requests to closed or filtered sites (:
Project description
| _ \ ___ __ _ | |__ | |_ | |_ _ __ __ __ _ __ _ __
| |) | / _ \ / ` | | ' \ | _|| || ' \ \ \ / /| ' \ | ' \
| _ < | __/| (| | | | | || |_ | |_ | |) | \ V / | |) || | | |
|| _\ ___| _, | _____ || || _| _|| ./ _____ _/ | ./ || ||
|||_____| || |_____| |_|
""" Req_http_vpn Library
Req_http_vpn Library is an HTTP library, written in Python, for human beings.
Basic GET usage:
>>> from Req_http_vpn import *
>>> app = Requests_filter('Url')
>>> data = app.filter_req_GET()[2]
>>> print(data.status_code) # Print status_code
:Library used in the code: Requests
:Copyright: (c) 2023 Amin Rngbr.
:license: MIT
## Requests_filter Class
The Req_http_vpn library is a simple library for sending **http** requests to websites that are **filtered and blocked** by governments.
### How to create an object from this class:
```python
from Req_http_vpn import *
Req = Requests_filter('https://google.com')
```
And this class has **three functions** >>>
```python
filter_req_GET() #To send http request with GET method
filter_req_POST() #To send http request with POST method
filter_req_HEAD() #To send an http request to get website headers
```
`The author and developer of this light and simple library:` ÙŽ**Amin Rngbr**
**and over (:**
**GitHub address**: [aminrngbr1122](https://github.com/aminrngbr1122)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Req_http_vpn-1.0.0.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file Req_http_vpn-1.0.0.tar.gz
.
File metadata
- Download URL: Req_http_vpn-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8dda5e764dc18be0c5aab1f08c2bbac6dac9d257558262923e59fe00f3212679
|
|
MD5 |
2271703cf9b159c4b4842ca208551baf
|
|
BLAKE2b-256 |
41d09dd04b5688bf4acd70f91b4953aa76e2031eb26581c2f0df40a477493f74
|
File details
Details for the file Req_http_vpn-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: Req_http_vpn-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b98e842bf9226047e34b48bbc41e498f13a4ec25bfb87c3a938e75459bf6843c
|
|
MD5 |
ca22e0ec96ac65cc82af1984588ae13d
|
|
BLAKE2b-256 |
f48352ef6369db69c907f5cc70b8ef318b23aa9b07f381ac1ec6edb7fe6e0d9c
|