Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ test_patch
Function
test_patch
tests/test_api.py:63–66 ·
view source on GitHub ↗
(server)
Source
from the content-addressed store, hash-verified
61
62
63
def
test_patch(server):
64
response = httpx.patch(server.url, content=b
"Hello, world!"
)
65
assert response.status_code == 200
66
assert response.reason_phrase ==
"OK"
67
68
69
def
test_delete(server):
Callers
nothing calls this directly
Calls
1
patch
Method · 0.45
Tested by
no test coverage detected