Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@nxenon nxenon released this 05 Nov 11:57
· 2 commits to main since this release
  • Add ssl key logging feature
h2_conn = H2OnTlsConnection(
    hostname='http2.github.io',
    port_number=443,
    ssl_log_file_path="PATH_TO_SSL_KEYS.log"  # optional (if you want to log ssl keys to read the http/2 traffic in wireshark)
)