From 6950c019045883ef0055771f7f5fe923ba90d687 Mon Sep 17 00:00:00 2001 From: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:12:49 +1100 Subject: [PATCH] http: refer to xh (#20491) --- pages/common/http.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/http.md b/pages/common/http.md index 4e4a53d271..d5089bcad5 100644 --- a/pages/common/http.md +++ b/pages/common/http.md @@ -1,6 +1,7 @@ # http > HTTPie: an HTTP client designed for testing, debugging, and generally interacting with APIs and HTTP servers. +> See also: `xh`. > More information: . - Make a simple GET request (shows response headers and content):