Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/cachecontrol
/ test_http11
Function
test_http11
tests/test_server_http_version.py:8–12 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
6
7
8
def
test_http11(url):
9
resp = requests.get(url)
10
11
# Making sure our test server speaks HTTP/1.1
12
assert resp.raw._fp.version == 11
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…