From c9296a9a458623aff863c2e045780fe74ea1b590 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 17 Dec 2016 03:06:48 +0100 Subject: [PATCH] Added link to `httpcat` --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 00521ccf..c0a9addd 100644 --- a/README.rst +++ b/README.rst @@ -1607,6 +1607,13 @@ HTTPie plays exceptionally well with the following tools: and command syntax highlighting +Related +~~~~~~~ + +* `httpcat `_ — a lower-level sister utility + of HTTPie for constructing raw HTTP requests on the command line. + + Contributing ------------