node-httpreq icon indicating copy to clipboard operation
node-httpreq copied to clipboard

a node.js library to do HTTP(S) requests the easy way

Results 2 node-httpreq issues
Sort by recently updated
recently updated
newest added

https://httptoolkit.com/blog/tls-fingerprinting-node-js/ 'TLS_AES_256_GCM_SHA384', 'TLS_CHACHA20_POLY1305_SHA256', 'TLS_AES_128_GCM_SHA256', Those first 3 TLS_ prefixed ciphers are all modern and strongly recommended TLS v1.3 ciphers with no known current issues, and all modern clients will include...

The code here is incorrect since it is listening to the source stream "end" event which may trigger much sooner than the target stream has actually completed the writing to...