Releases: nxenon/h2spacex
Releases · nxenon/h2spacex
v1.2.0
- 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)
)
v1.1.2
- raise errors instead of exiting
v1.1.0
- Add nano seconds time for responses
1.0.1
- Logging can be disabled!
- Examples of new improved spa method added
0.1.16
Add Reset Stream Frame Creator Method
Version: 0.1.16
0.1.15
Add SOCKS5 Proxy Support
Version: 0.1.15