python 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) )
1.1.2
- raise errors instead of exiting
1.1.0
- Add nano seconds time for responses
1.0.3
- Logger import bug fixed
[Link to H2SpaceX version 1.0.3 on pypi](https://pypi.org/project/h2spacex/1.0.3/)
1.0.1
- Logging can be disabled! - Examples of new improved spa method added