From a5494e053072ffb1881eafcef9dd8f4206379651 Mon Sep 17 00:00:00 2001 From: droppingbeans Date: Wed, 18 Feb 2026 00:21:22 +0000 Subject: [PATCH] docs: use canonical Requests docs URL --- docs/compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compatibility.md b/docs/compatibility.md index 9686167574..e94a611838 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -221,7 +221,7 @@ For both query params (`params=`) and form data (`data=`), `requests` supports s ## Event Hooks -`requests` allows event hooks to mutate `Request` and `Response` objects. See [examples](https://requests.readthedocs.io/en/master/user/advanced/#event-hooks) given in the documentation for `requests`. +`requests` allows event hooks to mutate `Request` and `Response` objects. See [examples](https://requests.readthedocs.io/en/latest/user/advanced/#event-hooks) given in the documentation for `requests`. In HTTPX, event hooks may access properties of requests and responses, but event hook callbacks cannot mutate the original request/response.