Skip to content

Command-Line-Tool zum Erstellen von HTTP/3-Anfragen mit Unterstützung eines MASQUE Proxy

License

Notifications You must be signed in to change notification settings

bright-data-de/h3-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP3 CLI tool

Dieses Tool ist in erster Linie dafür konzipiert, mit HTTP/3 MASQUE Proxies zu arbeiten. Es unterstützt verschiedene HTTP-Methoden, anpassbare Header, Request-Payloads.

Installation

Um das H3-Skript zu verwenden, stellen Sie sicher, dass Python 3.x auf Ihrem System installiert ist.

pip install git+https://github.com/bright-data-de/h3-cli.git

Examples

  1. Grundlegende GET-Anfrage:
h3 https://example.com
  1. POST-Anfrage mit benutzerdefinierten Headern:
h3 POST https://example.com -H "User-Agent: CustomAgent" -H "Authorization: Bearer <token>" -d "name=John&age=30"
  1. GET-Anfrage mit Proxy:
h3 https://example.com --proxy brd.superproxy.io:10001 --proxy-auth brd-customer-hl_xxx-zone-yyy:password

About

Command-Line-Tool zum Erstellen von HTTP/3-Anfragen mit Unterstützung eines MASQUE Proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages