From e9796f0348a32518978b89ebbb4bd57ce88edcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles=20Fl=C3=A8che?= Date: Thu, 18 May 2017 19:25:44 -0500 Subject: [PATCH] Add attach from file @ to httpie.md --- httpie.md | 1 + 1 file changed, 1 insertion(+) diff --git a/httpie.md b/httpie.md index 9b293a094..f096a0489 100644 --- a/httpie.md +++ b/httpie.md @@ -10,6 +10,7 @@ layout: default-ad q=="search" \ # == URL parameters (?q=search) age:=29 \ # := for non-strings list:='[1,3,4]' # := json + file@file.bin \ # @ attach file token=@token.txt \ # =@ read from file (text) user:=@user.json \ # :=@ read from file (json)