Skip to content

An axios based wrapper for bogdanfinn/tls-client based on ffi-rs for unparalleled performance and usability.

Notifications You must be signed in to change notification settings

graph-labs-io/tlsclient.js

 
 

Repository files navigation

tlsclient.js

An got based wrapper for bogdanfinn/tls-client based on ffi-rs for unparalleled performance and usability.

Performance

perf

Installation

Install with npm

  npm i @dryft/tlsclient

Usage

First run:

import { createTLSClient } from '@dryft/tlsclient'

const got = createTLSClient()
let res = await got.get('https://ipv4.icanhazip.com')

About

An axios based wrapper for bogdanfinn/tls-client based on ffi-rs for unparalleled performance and usability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.7%
  • JavaScript 19.3%