Documentation
¶
Overview ¶
Example: Multiple requests to Cloudflare trace endpoint
This example demonstrates: - Making multiple requests to the same endpoint - Comparing httpcloak vs Go's standard library - Verifying TLS fingerprint consistency - Protocol detection (HTTP/2 vs HTTP/3)
The Cloudflare trace endpoint returns connection info including: - IP address - Location (colo) - HTTP protocol version - TLS version
Run: go run main.go
Click to show internal directories.
Click to hide internal directories.