Merge pull request #51 from charlesfleche/patch-1

Add attach from file @ to httpie.md
This commit is contained in:
Rico Sta. Cruz 2017-08-30 06:37:31 +08:00 committed by GitHub
commit 846929a16f
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)