github.com/3andne/restls-client-go@v0.1.6/README.md (about) 1 # restls-client-go 2 3 This is the core client side library that powers the [restls](https://github.com/3andne/restls) protocol. It is based on the refraction-networking/utls and has been modified to provide ClientHello fingerprinting resistance for Restls. 4 It is able to parrot four types of TLS clients: 5 * `ios` 6 * `chrome` 7 * `safari` 8 * `firefox` 9 10 ## Credits 11 `restls-client-go` is developed based on [refraction-networking/utls](https://github.com/refraction-networking/utls).