An got based wrapper for bogdanfinn/tls-client based on ffi-rs for unparalleled performance and usability.
Install with npm
npm i @dryft/tlsclientimport { createTLSClient } from '@dryft/tlsclient'
const got = createTLSClient()
let res = await got.get('https://ipv4.icanhazip.com')