httpie

Httpie

info
namehttpie
full namehttpie
aliaseshttp
tagshttp, curl
http example.org               # => GET
http example.org hello=world   # => POST
  • http [OPTIONS…] [METHOD] URL [REQUEST_ITEM …]
  • key:value HTTP headers
  • key==value URL parameters
  • key=value Data fields(JSON –json, FORM –form) overloads
  • key:=value JSON fields - Not String (JSON –json) overloads
  • key@value Form file field (–form, –multipart)
  • –json, -j JSON
  • –form, -f Form fields
  • –multipart multipart/form-data
  • –boundary BOUNDARY
  • –raw ROW
  • –compress, -x compress
  • –pretty TYPE Output - all, color, format none
  • –style STYLE, -s STYLE style - auto, …
  • –unsorted
  • –sorted
  • –response-charset ENCODING
  • –response-mime MIME_TYPE
  • –format-option FORMAT-OPTION
  • –print WHAT, -p WHAT
  • –headers, -h 헤더 출력
  • –meta, -m 메타 출력
  • –body, -b 본문 출력
  • –verbose, -v
  • –all
  • –stream, -s
  • –output FILE, -o FILE
  • –download, -d
  • –continue, -c
  • –quite, -q
  • –session SESSION_NAME_OR_PATH 세션 설정(쿠키등 공유)
  • –session-read-only
  • –auth USER[:PASS] | TOKEN, -a USER[:PASS] | TOKEN
  • –auth-type AUTH-TYPE, -a AUTH-TYPE - basic, digest, bearer
  • –ignore-netrc
  • –offline 실제 전송 안됨
  • –proxy PROTOCOL:PROXY_URL
  • –timeout SECONDS
  • –check-status
  • –verify VERIFY
  • –ssl SSL - ssl2.3,tls1,tls1.1,tls1.2
  • –chphers CHIPHERS
STYLE

abap algol algol_nu arduino auto autumn borland bw coffee colorful default dracula emacs friendly friendly_grayscale fruity github-dark gruvbox-dark gruvbox-light igor inkpot lightbulb lilypond lovelace manni material monokai murphy native nord nord-darker one-dark paraiso-dark paraiso-light pastie perldoc pie pie-dark pie-light rainbow_dash rrt sas solarized solarized-dark solarized-light staroffice stata-dark stata-light tango trac vim vs xcode zenburn

  • httpie.txt
  • 마지막으로 수정됨: 2025/07/25 05:33
  • 저자 writer