From 87dfe5e6e1368ad504a4acf0faae98ebdf3ea99a Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 14 Jun 2021 00:26:06 +0200 Subject: [PATCH 1/2] fix: username --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 229f0bfe..0cc200c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # fhttp **NOTE** -This maintenance of this library has move over to [userflynet](https://github.com/useflyent/fhttp). The only use for this repository is so imports will not break. +This maintenance of this library has move over to [useflyent](https://github.com/useflyent/fhttp). The only use for this repository is so imports will not break. The f stands for flex. fhttp is a fork of net/http that provides an array of features pertaining to the fingerprint of the golang http client. Through these changes, the http client becomes much more flexible, and when combined with transports such as [uTLS](https://github.com/refraction-networking/utls) can mitigate servers from fingerprinting requests and see that it is made by golang, making them look like they originate from a regular chrome browser. From fe9ddeb3411ca29f139abd5c96e72461e761b8ad Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 23 Jun 2021 00:26:36 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cc1d5b97..fd8a7908 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@