generated at
curl

よく使うコマンド
ヘッダを指定する
curl -X POST "example.com/" -b "key=value; key2=value2"
データを指定する
-d



ポートを指定する
curl --local-port 4000-4200 https://example.com/

> @bagder: What happens when you invoke curl. In a single picture.
>