From 1e2cda85d497a10123698aebadf53804fcc0f32c Mon Sep 17 00:00:00 2001 From: AliaSabur <155058857+AliaSabur@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:16:58 +0800 Subject: [PATCH] add tls-client (#5435) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f7c23c7..b0f1ddd6 100644 --- a/README.md +++ b/README.md @@ -2081,6 +2081,7 @@ _Libraries for making HTTP requests._ - [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client. - [rq](https://github.com/ddo/rq) - A nicer interface for golang stdlib HTTP client. - [sling](https://github.com/dghubble/sling) - Sling is a Go HTTP client library for creating and sending API requests. +- [tls-client](https://github.com/bogdanfinn/tls-client) - net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests. **[⬆ back to top](#contents)**