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 *
>>> from os import environ
>>> environ['print_access_request_library_Req_http_vpn'] = '0'
>>> this = Requests_filter('https://instagram.com')
>>> this = this.filter_req_GET()
>>> print(this.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-4.5.0.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file Req_http_vpn-4.5.0.tar.gz
.
File metadata
- Download URL: Req_http_vpn-4.5.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d235c415fd02c69d991141e8a06e9ff10892936bb6fe2ef1badb9c223377dbb |
|
MD5 | 33db1dc286e4d74389e1a8ca313f2af2 |
|
BLAKE2b-256 | df5bfc48c13a8a98ceafa99090a9b843b04c418745cf868ea737ab0238a3eba9 |
File details
Details for the file Req_http_vpn-4.5.0-py3-none-any.whl
.
File metadata
- Download URL: Req_http_vpn-4.5.0-py3-none-any.whl
- Upload date:
- Size: 5.0 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 | e32c835ab627ae462dbb173a0ae6a0eb3ee307b6e5d58f01d572d53eed754d68 |
|
MD5 | 444debb06676785da6bc6230e2e9be96 |
|
BLAKE2b-256 | ee9d9a428ea3b3b0986d046e6680fd6614fbfb7e5cc9934bb4e5487361db5874 |