Skip to content

command-line tool for making HTTP/3 requests with support of MASQUE proxy

License

Notifications You must be signed in to change notification settings

luminati-io/h3-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP3 CLI tool

This tool is primarily designed to work with HTTP/3 MASQUE proxies. It supports various HTTP methods, customizable headers, request payloads.

Installation

To use the H3 script, ensure that you have Python 3.x installed on your system.

pip install git+https://github.com/luminati-io/h3-cli.git

Examples

  1. Basic GET request:
h3 https://example.com
  1. POST request with custom headers:
h3 POST https://example.com -H "User-Agent: CustomAgent" -H "Authorization: Bearer <token>" -d "name=John&age=30"
  1. GET request with proxy:
h3 https://example.com --proxy brd.superproxy.io:10001 --proxy-auth brd-customer-hl_xxx-zone-yyy:password

About

command-line tool for making HTTP/3 requests with support of MASQUE proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages