Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ test_options
Function
test_options
tests/test_api.py:45–48 ·
view source on GitHub ↗
(server)
Source
from the content-addressed store, hash-verified
43
44
45
def
test_options(server):
46
response = httpx.options(server.url)
47
assert response.status_code == 200
48
assert response.reason_phrase ==
"OK"
49
50
51
def
test_head(server):
Callers
nothing calls this directly
Calls
1
options
Method · 0.45
Tested by
no test coverage detected