add tls-client (#5435)

This commit is contained in:
AliaSabur 2024-12-24 13:16:58 +08:00 committed by GitHub
parent ad92230809
commit 1e2cda85d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)**