$curl-sSlocalhost:8080-XPOST-F"hoge=fuga"--tracetrace.log-o/dev/null$cattrace.log |head==Info: Rebuilt URL to: localhost:8080/==Info: Hostname was NOT foundinDNS cache==Info: Trying 127.0.0.1...==Info: Connected to localhost(127.0.0.1)port 8080(#0)=>Send header, 208 bytes(0xd0)...
4節: curlコマンドを追え: システムコール編 クライアント側でシステムコールをみてみる こちらの記事で詳細に説明されています。 結果はこんな感じ。 strace -e trace=network curl -s -o /dev/null http://kohei-experimental.site ソケットソケットってなんやねん!となるのですが、ソケ...
kubectl get service gateway-svc-external -n -o json | jq -r .status.loadBalancer.ingress[0].ip 注意 は、ここでは、展開構成ファイル内に指定したクラスターの名前です。 既定の名前はmssql-clusterです。 WebHDFS にアクセスするための URL を作成する...
subscription.rhsm.redhat.com/emailAddress=ca-support@redhat.com i:/C=US/ST=North Carolina/O=Red Hat, Inc./OU=Red Hat Network/CN=Red Hat Entitlement Operations Authority/emailAddress=ca-support@redhat.com --- Server certificate ---BEGIN CERTIFICATE--- MIIGFDCCA/ygAwIBAgICAYowDQYJKoZIhvcNAQEL...
任意で、出力が含まれるファイルの名前を指定する必要がある場合には、curlの-oオプションとファイル名を指定します (例:-o export.zip) 。 以下のcurlコマンドは、指定する 1 つまたは複数の環境に対...
GET、POST、PUT、DELETE全てのメソッドに対応しています。 o-option. $ curl http://localhost:3000/api/v1/articles/4 -XGET -o response $ less response | jq { "status": "SUCCESS", "message": "Loaded article", "data": { "id": 4, ...
-sで進捗などを表示しないサイレントモード。(--silent) -o /dev/nullでbodyを/dev/nullに捨てる。 (--output) $curl-D--s-o/dev/null http://example.com HTTP/1.1 200 OK Cache-Control: max-age=604800 Content-Type: text/html
任意で、出力が含まれるファイルの名前を指定する必要がある場合には、curlの-oオプションとファイル名を指定します (例:-o export.zip) 。 以下のcurlコマンドは、指定する 1 つまたは複数の環境に対...
curl コマンド、ちょくちょく使うけどオプション忘れてまうってことで備忘録-o <file>: ダウンロードしたデータをファイルとして保存long option は --outputcur…
curl 'http://api.moemoe.tokyo/anime/v1/master/2019/3' -o response これでresponseという名前のファイルにレスポンスが書き出されました。(ファイルは無ければ作成されます) エディタ等で操作できて便利ですね。 まとめ GETは、以下の書き方すればOK。必要によってjqはつけ外ししましょ...