tlsClient icon indicating copy to clipboard operation
tlsClient copied to clipboard

A wrapper for bogdanfinn/tls-client based on ffi-rs for unparalleled performance and usability. Inspired by @dryft/tlsclient.

Results 6 tlsClient issues
Sort by recently updated
recently updated
newest added

Hi, Is there a way to pass a custom ja3 string on requests ? It could be passed into TlsClientOptions or directly into TlsClientDefaultOptions.

Hi. im trying to run the first cmd on my pc: import tlsClient from 'tlsclientwrapper'; const client = new tlsClient(); console.log(await client.get("https://example.com/")); and getting: let lib = load(...args); ^ Error:...

bug
help wanted

I'm running into problems with memory leaks and ineffective garbage collection. **Steps to Reproduce** 1. Create an instance of the TlsClient wrapper. 2. Perform a network request using the instance....

bug
help wanted

Hi, I would like to download a file (pdf) hosted on an api that has TLS enforcing. When doing a GET request, the response is garbled and cannot be put...

documentation

Hi. Thanks a lot for this amazing library! Im using pkg and it requires to use ESM module. im import using: const tlsClient =require('tlsclientwrapper'); and getting this error: Error [ERR_REQUIRE_ESM]:...

enhancement
help wanted

Hello, how can I get all cookies from a session/module? Thank you!