Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 206 Bytes

http.md

File metadata and controls

11 lines (9 loc) · 206 Bytes

http

发送http请求

http url

调用不同API

http url Accept:application/json
http url Accept:text/html

POST

http --form POST url foo="bar"
http --json POST url foo="bar"