is_secure
Method
This is a method of the GatewayConfig class in the config module.Whether SSL/TLS is enabled.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/gateway/config.py at line 86is_secure: Whether SSL/TLS is enabled.
This is a method of the GatewayConfig class in the config module.Whether SSL/TLS is enabled.
def is_secure() -> bool
praisonaiagents/gateway/config.py at line 86