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
859 stars 164 forks source link

Add KeyLogWriter parameter to TransportOptions. #98

Closed iangcarroll closed 10 months ago

iangcarroll commented 10 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 10 months ago

@iangcarroll thank you for your contribution :)