ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
115 stars 23 forks source link

add ca_cert, connection & heartbeat session configuration #4

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Adding ca_cert, handle_connection, handle_disconnection, & handle_heartbeat on the python side. Similar to the nodejs change at: https://github.com/ngrok/ngrok-js/pull/25