Bogdan Calina
Bogdan Calina
Current implementation only has key and value as parameters for the SET method: ` public set(key: string, value: string) { return this.command("SET", key, value); }` Redis docs specify some extra...
Hello and thanks for taking your time to read this! The issue I'm facing is that sometimes the proxy responds with an error status code to the CONNECT request which...
## Issue When the target is an HTTPS endpoint and the proxy server uses HTTP, global-agent does not parse the response coming from the proxy server on the CONNECT method....
## Version info - intercom-node version: 4.0.0 - Node version: 18 ## Expected behavior We are using an HTTP proxy for all the outbound requests. If the proxy cannot establish...
Apart from { objectMode: true }, it would be useful to have the ability to set other options at the construction of the Transform stream. For example, being able to...