Merge pull request #51 from charlesfleche/patch-1
Add attach from file @ to httpie.md
This commit is contained in:
commit
846929a16f
|
@ -10,6 +10,7 @@ layout: default-ad
|
||||||
q=="search" \ # == URL parameters (?q=search)
|
q=="search" \ # == URL parameters (?q=search)
|
||||||
age:=29 \ # := for non-strings
|
age:=29 \ # := for non-strings
|
||||||
list:='[1,3,4]' # := json
|
list:='[1,3,4]' # := json
|
||||||
|
file@file.bin \ # @ attach file
|
||||||
token=@token.txt \ # =@ read from file (text)
|
token=@token.txt \ # =@ read from file (text)
|
||||||
user:=@user.json \ # :=@ read from file (json)
|
user:=@user.json \ # :=@ read from file (json)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue