HTTPS Edge TLS Termination Module¶
Do not construct this object directly, instead access the
https_edge_tls_termination_module
property of an ngrok.Client
object.
-
class
ngrok.services.
HTTPSEdgeTLSTerminationModuleClient
(client)[source]¶ -
delete
(id)[source]¶ - Parameters
id (
str
) – a resource identifier
https://ngrok.com/docs/api#api-https-edge-tls-termination-module-delete
-
get
(id)[source]¶ - Parameters
id (
str
) – a resource identifier
https://ngrok.com/docs/api#api-https-edge-tls-termination-module-get
- Return type
-
replace
(id, module=None)[source]¶ - Parameters
id (
str
) –module (
Optional
[EndpointTLSTerminationAtEdge
]) –
https://ngrok.com/docs/api#api-https-edge-tls-termination-module-replace
- Return type
-