bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
668 stars 133 forks source link

Add KeyLogWriter parameter to TransportOptions. #98

Closed iangcarroll closed 5 months ago

iangcarroll commented 5 months ago

KeyLogWriter allows users of the library to provide an io.Writer to the underlying TLS client in order to log TLS secrets to a file, in order to make debugging easier with Wireshark and other applications.

bogdanfinn commented 5 months ago

@iangcarroll thank you for your contribution :)