CodeQL library for Python
codeql/python-all 0.12.0 (changelog, source)
Search

Module StdlibPrivate::HttpConnection

Import path

import semmle.python.frameworks.Stdlib

Predicates

classRef

Gets a reference to the http.client.HttpConnection class.

instance

Gets a reference to an instance of http.client.HTTPConnection, that was instantiated with host argument hostArg.

Classes

InstanceSource

A source of instances of http.client.HTTPConnection, extend this class to model new instances.