http_urllib3.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:elasticsplunk 作者: brunotm 项目源码 文件源码
def create_ssl_context(**kwargs):
    """
    A helper function around creating an SSL context

    https://docs.python.org/3/library/ssl.html#context-creation

    Accepts kwargs in the same manner as `create_default_context`.
    """
    ctx = ssl.create_default_context(**kwargs)
    return ctx
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号