xyk blog

最近は iOS 開発の記事が多めです。

2014-03-28から1日間の記事一覧

Curl メモ

使う度にググってるのでメモしておく。 HTTPメソッドを指定する [-X, --request command] # GET $ curl http://example.com $ curl http://example.com -X GET # POST $ curl http://example.com/users/1 -X POST -d "name=John" # PUT $ curl http://exampl…