Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/urllib3/urllib3
/ functions
Functions
1,476 in github.com/urllib3/urllib3
⨍
Functions
1,476
◇
Types & classes
218
↳
Endpoints
57
Method
closed
(self)
test/test_util.py:748
Method
closed
(self)
src/urllib3/response.py:1080
Method
closed
(self)
src/urllib3/contrib/emscripten/fetch.py:122
Method
connect
(self)
src/urllib3/connection.py:235
Method
connect
(self)
src/urllib3/_base_connection.py:77
Method
connect_and_wait
(*args: typing.Any, **kw: typing.Any)
test/with_dummyserver/test_socketlevel.py:2207
Method
connect_timeout
Get the value to use when setting a connection timeout. This will be a positive float or integer, the value None (never timeout), or
src/urllib3/util/timeout.py:228
Method
connection
(self)
src/urllib3/response.py:396
Method
connection
(self)
src/urllib3/response.py:665
Method
connection
(self)
src/urllib3/contrib/emscripten/response.py:64
Method
connection_from_host
( self, host: str | None, port: int | None = None, scheme: str | None = "http"
src/urllib3/poolmanager.py:588
Method
consume_ssl_socket
( listener: socket.socket, )
test/with_dummyserver/test_socketlevel.py:961
Function
count_calls
(self, *args, **argv)
test/contrib/emscripten/test_emscripten.py:938
Function
d
()
test/test_collections.py:148
Method
data
(self)
src/urllib3/http2.py:208
Method
data
(self)
src/urllib3/response.py:363
Method
data
(self)
src/urllib3/response.py:654
Method
data
(self)
src/urllib3/contrib/emscripten/response.py:207
Method
decompress
(self, data: bytes)
src/urllib3/response.py:71
Method
decompress
(self, data: bytes)
src/urllib3/response.py:84
Method
decompress
(self, data: bytes)
src/urllib3/response.py:171
Method
decompress
(self, data: bytes)
src/urllib3/response.py:203
Function
docs
(session: nox.Session)
noxfile.py:339
Function
downstream_botocore
(session: nox.Session)
noxfile.py:151
Function
downstream_requests
(session: nox.Session)
noxfile.py:170
Method
drain_conn
(self)
src/urllib3/response.py:440
Method
drain_conn
(self)
src/urllib3/contrib/emscripten/response.py:203
Function
echo
Echo back the params
dummyserver/app.py:137
Function
echo_json
Echo back the JSON
dummyserver/app.py:147
Function
echo_params
Echo back the query parameters
dummyserver/app.py:164
Method
echo_socket_handler
(listener: socket.socket)
test/with_dummyserver/test_socketlevel.py:1022
Function
echo_uri
Echo back the requested URI
dummyserver/app.py:157
Method
emit
(self, record: logging.LogRecord)
test/__init__.py:239
Function
emscripten
Test on Emscripten with Pyodide & Chrome / Firefox
noxfile.py:224
Function
encodingrequest
Check for UA accepting gzip/deflate encoding
dummyserver/app.py:207
Method
exec_module
(self, module: ModuleType)
test/__init__.py:280
Function
extract_from_urllib3
()
src/urllib3/http2.py:226
Function
fake_getaddrinfo
( addr: str, port: int, family: int, socket_type: int )
test/contrib/test_socks.py:109
Method
fileno
(self)
src/urllib3/contrib/pyopenssl.py:289
Method
fileno
(self)
src/urllib3/util/ssltransport.py:78
Method
filter_non_x_headers
( d: typing.OrderedDict[str, str] )
test/with_dummyserver/test_socketlevel.py:1809
Method
find_spec
( self, fullname: str, path: Sequence[bytes | str] | None, target: ModuleType
test/__init__.py:302
Method
flush
(self)
src/urllib3/response.py:74
Method
flush
(self)
src/urllib3/response.py:106
Method
flush
(self)
src/urllib3/response.py:159
Method
flush
(self)
src/urllib3/response.py:181
Method
flush
(self)
src/urllib3/response.py:200
Method
flush
(self)
src/urllib3/response.py:1103
Function
format
Run code formatters.
noxfile.py:190
Method
fp
(self)
test/test_util.py:756
Method
fp
(self)
test/test_util.py:764
Method
get_redirect_location
Should we redirect and where to? :returns: Truthy redirect location string if we got a redirect status code and valid lo
src/urllib3/response.py:350
Method
getpeercert
( self, binary_form: bool = False )
src/urllib3/contrib/pyopenssl.py:384
Method
getresponse
(self)
src/urllib3/_base_connection.py:97
Method
getresponse
(self)
src/urllib3/contrib/emscripten/connection.py:124
Function
graceful_shutdown
(shutdown_event: threading.Event)
dummyserver/hypercornserver.py:18
Function
handler
(sig: int, frame: FrameType | None)
test/test_wait.py:111
Method
has_connected_to_proxy
(self)
src/urllib3/connection.py:263
Method
has_connected_to_proxy
Whether the connection has successfully connected to its proxy. This returns False if no proxy is in use. Used to determine whether
src/urllib3/_base_connection.py:115
Method
has_connected_to_proxy
Whether the connection has successfully connected to its proxy. This returns False if no proxy is in use. Used to determine whether er
src/urllib3/contrib/emscripten/connection.py:152
Function
headers
()
dummyserver/app.py:172
Function
headers_and_params
()
dummyserver/app.py:177
Method
host
Getter method to remove any trailing dots that indicate the hostname is an FQDN. In general, SSL certificates don't include the trai
src/urllib3/connection.py:162
Method
hostname
For backwards-compatibility with urlparse. We're nice like that.
src/urllib3/util/url.py:117
Method
http_socket_handler
(listener: socket.socket)
test/with_dummyserver/test_socketlevel.py:1253
Function
http_version
(request: pytest.FixtureRequest)
test/conftest.py:376
Function
index
()
dummyserver/app.py:40
Function
inject_into_urllib3
()
src/urllib3/contrib/emscripten/__init__.py:9
Function
install_urllib3_wheel
()
test/contrib/emscripten/test_emscripten.py:32
Function
ipv4_san_proxy_with_server
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:219
Function
ipv4_san_server
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:253
Function
ipv6_no_san_server
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:282
Function
ipv6_san_proxy_with_server
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:236
Function
ipv6_san_server
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:266
Method
is_closed
(self)
src/urllib3/connection.py:253
Method
is_closed
Whether the connection either is brand new or has been previously closed. If this property is True then both ``is_connected`` and ``has_co
src/urllib3/_base_connection.py:104
Method
is_closed
Whether the connection either is brand new or has been previously closed. If this property is True then both ``is_connected`` and ``has_connec
src/urllib3/contrib/emscripten/connection.py:139
Method
is_closed_socket
(sock: socket.socket)
test/with_dummyserver/test_socketlevel.py:1591
Method
is_connected
(self)
src/urllib3/connection.py:257
Method
is_connected
Whether the connection is actively connected to any origin (proxy or target)
src/urllib3/_base_connection.py:111
Method
is_connected
Whether the connection is actively connected to any origin (proxy or target)
src/urllib3/contrib/emscripten/connection.py:147
Method
json
Deserializes the body of the HTTP response as a Python object. The body of the HTTP response must be encoded using UTF-8, as per
src/urllib3/contrib/emscripten/response.py:213
Method
kaboom
(*args: typing.Any, **kwargs: typing.Any)
test/test_connectionpool.py:476
Function
keepalive
()
dummyserver/app.py:127
Method
keys
(self)
src/urllib3/_collections.py:153
Method
load_module
(self, fullname: str)
test/__init__.py:277
Function
loopback_host
(request: typing.Any)
test/conftest.py:130
Function
make_a_readable_after_one_second
()
test/test_wait.py:180
Method
make_bad_mac_fp
()
test/test_response.py:1520
Method
maximum_version
(self)
src/urllib3/contrib/pyopenssl.py:532
Function
mediumfile
()
dummyserver/app.py:327
Method
minimum_version
(self)
src/urllib3/contrib/pyopenssl.py:523
Function
multi_headers
()
dummyserver/app.py:187
Function
multi_redirect
Performs a redirect chain based on ``redirect_codes``
dummyserver/app.py:192
Method
multicookie_response_handler
(listener: socket.socket)
test/with_dummyserver/test_socketlevel.py:61
Method
netloc
Network location including host and port. If you need the equivalent of urllib.parse's ``netloc``, use the ``authority`` pro
src/urllib3/util/url.py:148
Function
no_localhost_san_server
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:206
Function
no_san_proxy_with_server
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:190
Function
no_san_server
( loopback_host: str, tmp_path_factory: pytest.TempPathFactory )
test/conftest.py:151
Function
no_san_server_with_different_commmon_name
( tmp_path_factory: pytest.TempPathFactory, )
test/conftest.py:163
← previous
next →
501–600 of 1,476, ranked by callers