xh
#シェル
#Linuxコマンド
概要
モダンな
curl
--curl
オプションで簡単に curlコマンドに変換できるのでお便利
GitHub - ducaale/xh: Friendly and fast tool for sending HTTP requests
例
cookieを指定したリクエスト
$ xh
https://localhost/api/resource
Cookie:"next-auth.session-token=hogehogehoge"
Authorizationにトークンを指定した例
$ xh
https://localhost/api/resource
Authorization:"hogehoge"