Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saucesteals/mimic

Mimic chromium's HTTP/HTTP2 and TLS implementations.
https://github.com/saucesteals/mimic

fingerprint http2 ja3 tls

Last synced: about 2 months ago
JSON representation

Mimic chromium's HTTP/HTTP2 and TLS implementations.

Awesome Lists containing this project

README

        

# Mimic

[![GoDoc](https://godoc.org/github.com/saucesteals/mimic?status.svg)](https://godoc.org/github.com/saucesteals/mimic)

Mimic chromium's HTTP/HTTP2 and TLS implementations.

### Documentation

- [API Reference](https://godoc.org/github.com/saucesteals/mimic)
- [Example](https://github.com/saucesteals/mimic/blob/main/examples/chrome/main.go)

### Installation

```sh
go get github.com/saucesteals/mimic
```