curlコマンド

POST

 curl --data 'name=taro&age=12' http://localhost:8001/
 curl -F 'name=yamada taro' -F 'age=12' http://localhost:8001/

参考:ローカルにサーバを起動する

 nc -l localhost 8001

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS