From 0b61ae89da1f46de7522d20fb46b78ff3bf1289e Mon Sep 17 00:00:00 2001 From: root <163449931+enetx@users.noreply.github.com> Date: Sun, 18 Jan 2026 12:46:30 +0200 Subject: [PATCH] Add surf HTTP client (#5976) * Add surf HTTP client * Fix formatting of surf entry in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0999596a..1c0882a8 100644 --- a/README.md +++ b/README.md @@ -2107,6 +2107,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. +- [surf](https://github.com/enetx/surf) - Advanced HTTP client with HTTP/1.1, HTTP/2, HTTP/3 (QUIC), SOCKS5 proxy support and browser-grade TLS fingerprinting. - [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)**