Add attach from file @ to httpie.md

This commit is contained in:
Charles Flèche 2017-05-18 19:25:44 -05:00 committed by GitHub
parent 12e97f9303
commit e9796f0348
1 changed files with 1 additions and 0 deletions

View File

@ -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)