ProxyType 枚举器

命名空间和模块:tencent.cloud.core.proxies

简要

包含受支持代理服务器类型名称成员的枚举器。

class ProxyType:
    Http: str = 'http'
    Https: str = 'https'

最后更新于