Registry / http-client / bogdanfinn-tls-client

bogdanfinn-tls-client

JSON →
library1.15.1gogounverified

A Go library for making HTTP requests with custom TLS fingerprints and browser-like behavior.

go get github.com/bogdanfinn/tls-client
INSTALL
IMPORT
SIG · BOGDANFINN-TLS-CLI
B
bogdanfinn-tls-client
http-clientgov1.15.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tls_client
github.com/bogdanfinn/tls-client

Creates an HTTP client with custom TLS settings and fetches a URL.

package main import ( "fmt" "github.com/bogdanfinn/tls-client" ) func main() { client, _ := tls_client.NewHttpClient(nil) resp, _ := client.Get("https://example.com") fmt.Println(resp.StatusCode) }
Debug
Known issues
gotchaUsing custom TLS fingerprints may violate terms of service of some websites.
fix
Ensure compliance with target website's policies before using.
affects: *
Upgrade
Version history
1.15.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Resources
bogdanfinn-tls-client — go get bogdanfinn-tls-client · libregistry