LoginSignup
2
2

More than 5 years have passed since last update.

HTTPのメソッド

Posted at
メソッド    機能      アクション
GET リソースの要求      
POST リソースの送信      
HEAD ヘッダー部分だけを要求    
PUT リソースの置換      
PATCH リソースの一部更新     update
DELETE リソースの削除     destroy
操作 Verb
create POST
read GET
Update PATCH
Delete DELETE
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2