- ประเด็น ใช้ curl บน ubuntu 22.04 แล้วคิดว่ามันเอ๋อ (จริง เป็นที่โค้ดตัวเองเน้นๆ ที่มั่วเอง)
- เลยลองหา cli http client มาใช้ทดสอบดูสิ ว่าได้ผลลัพธ์แบบ curl หรือป่าว
- สรุปคือได้ผลเหมือนกันกับ curl แต่ก็ดีมี tool ตัวอื่น ไว้ใช้อีกตัว ง่ายๆ เหมือน curl
Install on ubuntu 22.04
$ snap install httpie
Usage ex
$ https httpie.io/hello
$ http PUT pie.dev/put X-API-Token:123 name=John
$ http -f POST pie.dev/post hello=World
Ref
- https://httpie.io/cli
No comments:
Post a Comment