Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/moraroy/NonSteamLaunchers-On-Steam-Deck
/ types & classes
Types & classes
107 in github.com/moraroy/NonSteamLaunchers-On-Steam-Deck
⨍
Functions
593
◇
Types & classes
107
↓ 8 callers
Class
SSLError
Raised when SSL certificate fails in an HTTPS connection.
Modules/urllib3/exceptions.py:55
↓ 6 callers
Class
LocationParseError
Raised when get_host or similar fails to parse the URL input.
Modules/urllib3/exceptions.py:182
↓ 5 callers
Class
HTTPHeaderDict
:param headers: An iterable of field-value pairs. Must not contain multiple field names when compared case-insensitively. :p
Modules/urllib3/_collections.py:206
↓ 5 callers
Class
ReadTimeoutError
Raised when a socket timeout occurs while receiving data from a server
Modules/urllib3/exceptions.py:129
↓ 4 callers
Class
CertificateError
Modules/urllib3/util/ssl_match_hostname.py:20
↓ 4 callers
Class
CharsetMatches
Container with every CharsetMatch items ordered by default from most probable to the less one. Act like a list(iterable) but does not impleme
Modules/charset_normalizer/models.py:225
↓ 4 callers
Class
NewConnectionError
Raised when we fail to establish a new connection. Usually ECONNREFUSED.
Modules/urllib3/exceptions.py:139
↓ 4 callers
Class
Url
Data structure for representing an HTTP URL. Used as a return value for :func:`parse_url`. Both the scheme and host are normalized as they ar
Modules/urllib3/util/url.py:80
↓ 3 callers
Class
CharsetMatch
Modules/charset_normalizer/models.py:10
↓ 3 callers
Class
CliDetectionResult
Modules/charset_normalizer/models.py:296
↓ 3 callers
Class
ConnectTimeoutError
Raised when a socket timeout occurs while connecting to a server
Modules/urllib3/exceptions.py:135
↓ 2 callers
Class
ClosedPoolError
Raised when a request enters a pool after the pool has been closed.
Modules/urllib3/exceptions.py:174
↓ 2 callers
Class
DecodeError
Raised when automatic decoding based on Content-Type fails.
Modules/urllib3/exceptions.py:70
↓ 2 callers
Class
InvalidHeader
The header provided was somehow invalid.
Modules/urllib3/exceptions.py:282
↓ 2 callers
Class
LocationValueError
Raised when there is something wrong with a given URL input.
Modules/urllib3/exceptions.py:178
↓ 2 callers
Class
ProtocolError
Raised when something unexpected happens mid-request/response.
Modules/urllib3/exceptions.py:74
↓ 2 callers
Class
ProxySchemeUnsupported
Fetching HTTPS resources through HTTPS proxies is unsupported
Modules/urllib3/exceptions.py:303
↓ 2 callers
Class
Timeout
Timeout configuration. Timeouts can be defined as a default for a pool: .. code-block:: python import urllib3 timeout = ur
Modules/urllib3/util/timeout.py:25
↓ 2 callers
Class
TimeoutStateError
Raised when passing an invalid state to a timeout
Modules/urllib3/exceptions.py:117
↓ 2 callers
Class
UnrewindableBodyError
urllib3 encountered an error when trying to rewind a body
Modules/urllib3/exceptions.py:317
↓ 1 callers
Class
BodyNotHttplibCompatible
Body should be :class:`http.client.HTTPResponse` like (have an fp attribute which returns raw chunks) for read_chunked().
Modules/urllib3/exceptions.py:240
↓ 1 callers
Class
BrotliDecoder
Modules/urllib3/response.py:146
↓ 1 callers
Class
BytesQueueBuffer
Memory-efficient bytes buffer To return decoded data in read() and still follow the BufferedIOBase API, we need a buffer to always return the
Modules/urllib3/response.py:225
↓ 1 callers
Class
COLOR
Modules/vdf/__init__.py:281
↓ 1 callers
Class
ChunksAndContentLength
Modules/urllib3/util/request.py:184
↓ 1 callers
Class
DeflateDecoder
Modules/urllib3/response.py:76
↓ 1 callers
Class
EmptyPoolError
Raised when a pool runs out of connections and no more are allowed.
Modules/urllib3/exceptions.py:166
↓ 1 callers
Class
FullPoolError
Raised when we try to add a connection to a full pool in blocking mode.
Modules/urllib3/exceptions.py:170
↓ 1 callers
Class
GzipDecoder
Modules/urllib3/response.py:114
↓ 1 callers
Class
HTTPConnectionPool
Thread-safe connection pool for one host. :param host: Host used for this HTTP Connection (e.g. "localhost"), passed into :c
Modules/urllib3/connectionpool.py:121
↓ 1 callers
Class
HTTPHeaderDictItemView
HTTPHeaderDict is unusual for a Mapping[str, str] in that it has two modes of address. If we directly try to get an item with a particul
Modules/urllib3/_collections.py:158
↓ 1 callers
Class
HTTPResponse
HTTP Response container. Backwards-compatible with :class:`http.client.HTTPResponse` but the response ``body`` is loaded and decoded on-
Modules/urllib3/response.py:506
↓ 1 callers
Class
HTTPSConnectionPool
Same as :class:`.HTTPConnectionPool`, but HTTPS. :class:`.HTTPSConnection` uses one of ``assert_fingerprint``, ``assert_hostname`` and `
Modules/urllib3/connectionpool.py:966
↓ 1 callers
Class
HeaderParsingError
Raised by assert_header_parsing, but we convert it to a log.warning statement.
Modules/urllib3/exceptions.py:307
↓ 1 callers
Class
HostChangedError
Raised when an existing pool gets a request for a foreign host.
Modules/urllib3/exceptions.py:106
↓ 1 callers
Class
INT_64
Modules/vdf/__init__.py:275
↓ 1 callers
Class
IncompleteRead
Response length doesn't match expected Content-Length Subclass of :class:`http.client.IncompleteRead` to allow int value for ``partial``
Modules/urllib3/exceptions.py:247
↓ 1 callers
Class
InvalidChunkLength
Invalid chunk length in a chunked response.
Modules/urllib3/exceptions.py:266
↓ 1 callers
Class
MaxRetryError
Raised when the maximum number of retries is exceeded. :param pool: The connection pool :type pool: :class:`~urllib3.connectionpool.HTTPConne
Modules/urllib3/exceptions.py:85
↓ 1 callers
Class
MultiDecoder
From RFC7231: If one or more encodings have been applied to a representation, the sender that applied the encodings MUST generate
Modules/urllib3/response.py:186
↓ 1 callers
Class
NameResolutionError
Raised when host name resolution fails.
Modules/urllib3/exceptions.py:158
↓ 1 callers
Class
POINTER
Modules/vdf/__init__.py:278
↓ 1 callers
Class
PoolManager
Allows for arbitrary requests while transparently keeping track of necessary connection pools for you. :param num_pools: Number
Modules/urllib3/poolmanager.py:163
↓ 1 callers
Class
ProxyConfig
Modules/urllib3/_base_connection.py:12
↓ 1 callers
Class
ProxyError
Raised when the connection to a proxy fails.
Modules/urllib3/exceptions.py:59
↓ 1 callers
Class
ProxyManager
Behaves just like :class:`PoolManager`, but sends all requests through the defined proxy, using the CONNECT method for HTTPS URLs. :para
Modules/urllib3/poolmanager.py:493
↓ 1 callers
Class
ProxySchemeUnknown
ProxyManager does not support the supplied scheme
Modules/urllib3/exceptions.py:286
↓ 1 callers
Class
RecentlyUsedContainer
Provides a thread-safe dict-like container which maintains up to ``maxsize`` keys while throwing away the least-recently-used keys beyond
Modules/urllib3/_collections.py:65
↓ 1 callers
Class
RequestHistory
Modules/urllib3/util/retry.py:31
↓ 1 callers
Class
ResponseError
Used as a container for an error reason supplied in a MaxRetryError.
Modules/urllib3/exceptions.py:202
↓ 1 callers
Class
ResponseNotChunked
Response needs to be chunked in order to read it as chunks.
Modules/urllib3/exceptions.py:236
↓ 1 callers
Class
Retry
Retry configuration. Each retry attempt will create a new Retry object with updated values, so they can be safely reused. Retries can be
Modules/urllib3/util/retry.py:39
↓ 1 callers
Class
SSLTransport
The SSLTransport wraps an existing socket and establishes an SSL connection. Contrary to Python's implementation of SSLSocket, it allows you
Modules/urllib3/util/ssltransport.py:23
↓ 1 callers
Class
UINT_64
Modules/vdf/__init__.py:272
↓ 1 callers
Class
URLSchemeUnknown
Raised when a URL input has an unsupported scheme.
Modules/urllib3/exceptions.py:192
↓ 1 callers
Class
WrappedSocket
API-compatibility wrapper for Python OpenSSL's Connection-class.
Modules/urllib3/contrib/pyopenssl.py:274
↓ 1 callers
Class
ZstdDecoder
Modules/urllib3/response.py:165
↓ 1 callers
Class
_ResponseOptions
Modules/urllib3/_base_connection.py:19
↓ 1 callers
Class
_WrappedAndVerifiedSocket
Wrapped socket and whether the connection is verified after the TLS handshake
Modules/urllib3/connection.py:698
Class
ArabicIsolatedFormPlugin
Modules/charset_normalizer/md.py:461
Class
ArchaicUpperLowerPlugin
Modules/charset_normalizer/md.py:385
Class
BASE_INT
Modules/vdf/__init__.py:268
Class
BaseHTTPConnection
Modules/urllib3/_base_connection.py:35
Class
BaseHTTPResponse
Modules/urllib3/response.py:284
Class
BaseHTTPSConnection
Modules/urllib3/_base_connection.py:121
Class
BaseSSLError
Modules/urllib3/connection.py:36
Class
CjkInvalidStopPlugin
GB(Chinese) based encoding often render the stop incorrectly when the content does not fit and can be easily detected. Searching for the over
Modules/charset_normalizer/md.py:354
Class
ConnectionPool
Base class for all connection pools, such as :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`. .. note:: Connection
Modules/urllib3/connectionpool.py:68
Class
ContentDecoder
Modules/urllib3/response.py:68
Class
DependencyWarning
Warned when an attempt is made to import a module with missing optional dependencies.
Modules/urllib3/exceptions.py:229
Class
DummyConnection
Used to detect a failed ConnectionCls import.
Modules/urllib3/connection.py:887
Class
GzipDecoderState
Modules/urllib3/response.py:108
Class
HTTPConnection
Based on :class:`http.client.HTTPConnection` but provides an extra constructor backwards-compatibility layer between older and newer Pythons.
Modules/urllib3/connection.py:83
Class
HTTPError
Base exception used by this module.
Modules/urllib3/exceptions.py:18
Class
HTTPSConnection
Many of the parameters to this constructor are passed to the underlying SSL socket by means of :py:func:`urllib3.util.ssl_wrap_socket`.
Modules/urllib3/connection.py:491
Class
HTTPWarning
Base warning used by this module.
Modules/urllib3/exceptions.py:22
Class
HasGettableStringKeys
Modules/urllib3/_collections.py:15
Class
InsecurePlatformWarning
Warned when certain TLS/SSL configuration is not available on a platform.
Modules/urllib3/exceptions.py:225
Class
InsecureRequestWarning
Warned when making an unverified HTTPS request.
Modules/urllib3/exceptions.py:213
Class
MessDetectorPlugin
Base abstract class used for mess detection plugins. All detectors MUST extend and implement given methods.
Modules/charset_normalizer/md.py:31
Class
NotOpenSSLWarning
Warned when using unsupported SSL library
Modules/urllib3/exceptions.py:217
Class
PoolError
Base exception for errors caused within a pool.
Modules/urllib3/exceptions.py:31
Class
PoolKey
All known keyword arguments that could be provided to the pool manager, its pools, or the underlying connections. All custom key schemes
Modules/urllib3/poolmanager.py:57
Class
PyOpenSSLContext
I am a wrapper class for the PyOpenSSL ``Context`` object. I am responsible for translating the interface of the standard library ``SSLContex
Modules/urllib3/contrib/pyopenssl.py:407
Class
RequestError
Base exception for PoolErrors that have associated URLs.
Modules/urllib3/exceptions.py:43
Class
RequestField
A data container for request body parameters. :param name: The name of this request field. Must be unicode. :param data:
Modules/urllib3/fields.py:153
Class
RequestMethods
Convenience mixin for classes who implement a :meth:`urlopen` method, such as :class:`urllib3.HTTPConnectionPool` and :class:`urllib3.Poo
Modules/urllib3/_request_methods.py:20
Class
SOCKSConnection
A plain-text HTTP connection that connects via a SOCKS proxy.
Modules/urllib3/contrib/socks.py:86
Class
SOCKSHTTPConnectionPool
Modules/urllib3/contrib/socks.py:167
Class
SOCKSHTTPSConnection
Modules/urllib3/contrib/socks.py:163
Class
SOCKSHTTPSConnectionPool
Modules/urllib3/contrib/socks.py:171
Class
SOCKSProxyManager
A version of the urllib3 ProxyManager that routes connections via the defined SOCKS proxy.
Modules/urllib3/contrib/socks.py:175
Class
SecurityWarning
Warned when performing security reducing actions
Modules/urllib3/exceptions.py:209
Class
SuperWeirdWordPlugin
Modules/charset_normalizer/md.py:249
Class
SuspiciousDuplicateAccentPlugin
Modules/charset_normalizer/md.py:163
Class
SuspiciousRange
Modules/charset_normalizer/md.py:200
Class
SystemTimeWarning
Warned when system time is suspected to be wrong
Modules/urllib3/exceptions.py:221
Class
TimeoutError
Raised when a socket timeout error occurs. Catching this error will catch both :exc:`ReadTimeoutErrors <ReadTimeoutError>` and :exc:`ConnectT
Modules/urllib3/exceptions.py:121
Class
TooManyAccentuatedPlugin
Modules/charset_normalizer/md.py:112
Class
TooManySymbolOrPunctuationPlugin
Modules/charset_normalizer/md.py:65
next →
1–100 of 107, ranked by callers