Open lihe07 opened 2 months ago
This PR attempts to introduce support for client side certificates.
This will not be a breaking change, but will add a new option to request options. Certificates []tls.Certificate
Certificates []tls.Certificate
It's still a draft. If there is anything that I need to do to get this merged, please let me know.
Would you mind adding some examples in js?
This PR attempts to introduce support for client side certificates.
This will not be a breaking change, but will add a new option to request options.
Certificates []tls.Certificate
It's still a draft. If there is anything that I need to do to get this merged, please let me know.