Skip to content
#

microservices-testing

Here are 24 public repositories matching this topic...

shubhendumadhukar
shubhendumadhukar commented Nov 15, 2021

Is your feature request related to a problem? Please describe.
proxy helper does not support all options made available by http-package yet.

Describe the solution you'd like
Following options should be replaced by fs.readFileSync(option):

  • options.ssl.key
  • options.ssl.cert
  • options.target.pfx

Example:

if (options.ssl.key && fs.existsSync(path.resolve(optio

Improve this page

Add a description, image, and links to the microservices-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microservices-testing topic, visit your repo's landing page and select "manage topics."

Learn more