-
I would like to tweak some options but only a the single request. I see that Agent has a constructor and can accept an object with properties (is that correct type to pass in)? Do I set it as a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think setting the |
Beta Was this translation helpful? Give feedback.
-
As discussed in #2031, I will create a shared new Agent that I will use in lieu of the default dispatcher but I will reuse it across requests that share the same need (in this case, handling of self-signed certificates). We do not use these when deployed, this is just to support running in localhost. |
Beta Was this translation helpful? Give feedback.
I think setting the
dispatcher
tonew Agent({<options>})
works, just need confirmation.