Ross ROSS = Recommend OSS · open-source software intelligence for agents

bogdanfinn/tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests. observed · 2026-08-28

github.com/bogdanfinn/tls-client · Go · BSD-4-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 98
  • Release rhythm 75
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 31
  • age_days: 1516
  • days_rel: 86
  • days_push: 12
  • n_releases_24m: 14

Full methodology

Adoption not part of the score

1807 stars · 278 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go HTTP client library with a net/http-like interface that lets you select specific browser TLS fingerprints (Chrome, Firefox, Safari, etc.) for outgoing requests. It supports HTTP/1.1 through HTTP/3, header ordering, proxies, cookie jars, and WebSocket connections to evade TLS fingerprint-based bot detection.

Use cases

  • scrape websites that block requests based on TLS fingerprints
  • make HTTP requests that look like they come from Chrome or Firefox
  • bypass Cloudflare-style TLS fingerprint detection
  • send requests with custom header ordering through proxies
  • use browser-like HTTP/2 and HTTP/3 fingerprints from Go
  • call the client from Python or Node.js via FFI bindings

When to choose

  • you need to mimic real browser TLS/QUIC fingerprints in Go
  • your scraper is blocked despite matching user-agent headers
  • you want an http.Client-compatible API with fingerprint control and proxy support

When to avoid

  • you just need a standard HTTP client without anti-detection needs
  • you are not working in Go or one of the provided FFI language bindings
  • your use case involves bypassing protections you are not authorized to test

Facets

library · maturity active

http-client security networking web-scraping web-development security developer-tools crawlers go cross-platform tls-fingerprinting anti-bot-bypass http2 http3 utls browser-impersonation proxy-support

1 source

Member repositories

RepositoryRoleHealth v2
bogdanfinn/tls-clientmain90

For agents

markdown · JSON · MCP: product_card(name="bogdanfinn/tls-client")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem