https://github.com/implex-ltd/cleanhttp
Human like HTTP Library powered by fpclient and tls_client.
https://github.com/implex-ltd/cleanhttp
cleanhttp fingerprint http ja3
Last synced: 5 months ago
JSON representation
Human like HTTP Library powered by fpclient and tls_client.
- Host: GitHub
- URL: https://github.com/implex-ltd/cleanhttp
- Owner: Implex-ltd
- License: apache-2.0
- Created: 2023-08-19T13:08:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T13:53:35.000Z (about 2 years ago)
- Last Synced: 2024-04-30T07:15:38.240Z (almost 2 years ago)
- Topics: cleanhttp, fingerprint, http, ja3
- Language: Go
- Homepage:
- Size: 275 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CleanHTTP
Human like HTTP Library powered by fpclient and tls_client.
## Install
```
go get -u github.com/Implex-ltd/cleanhttp/cleanhttp
```
## Issues
```
$env:GOPRIVATE="github.com/Implex-ltd/"
$env:GOSUMDB="off"
set GOPRIVATE=github.com/Implex-ltd/cleanhttp/cleanhttp
go get -u github.com/Implex-ltd/cleanhttp/cleanhttp@V
```