CycleTLS
CycleTLS copied to clipboard
feat(transport): Add support for client certificates
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.
Would you mind adding some examples in js?