gateway-api icon indicating copy to clipboard operation
gateway-api copied to clipboard

Allow configuring Dialer in conformance tests

Open briantkennedy opened this issue 10 months ago • 0 comments

What would you like to be added:

Expose configuring CustomDialContext through ConformanceOptions.

Why this is needed:

The DefaultRoundTripper contains some logic for TLS client config. As time goes on, it may be more convenient for users to inject the Dialer instead of re-implementing the TLS client configuration.

briantkennedy avatar Apr 11 '24 18:04 briantkennedy