tlsClient
tlsClient copied to clipboard
A wrapper for bogdanfinn/tls-client based on ffi-rs for unparalleled performance and usability. Inspired by @dryft/tlsclient.
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:...
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....
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...
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]:...
Hello, how can I get all cookies from a session/module? Thank you!