• 追加された行はこの色です。
  • 削除された行はこの色です。
* curlコマンド [#z28c8a05]

** POST(フォームPOST) [#fa25e659]
 curl -F 
** POST [#fa25e659]
 curl --data 'name=taro&age=12' http://localhost:8001/

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

** 参考:ローカルにサーバを起動する [#kad6170b]
 nc -l localhost 8001


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