Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

Req-http-vpn

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Req-http-vpn

A simple and optimized library for sending HTTP requests to closed or filtered sites (:

  • 4.5.0
  • PyPI
  • Socket score

Maintainers
1

| _ \ ___ __ _ | |__ | |_ | |_ _ __ __ __ _ __ _ __
| |) | / _ \ / ` | | ' \ | || || ' \ \ \ / /| ' \ | ' \ | _ < | __/| (| | | | | || | | |_ | |) | \ 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)
                                     

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc