0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

HTTPメソッドの4つを簡単紹介

Posted at

HTTPメソッド

1.GET
 一番使われることの多いメソッド
 サーバーを参照する時などのリクエストで使う

2.POST
 サーバーに情報を送信したい時に使う
 投稿の保存やユーザー情報の登録など

3.DELETE
 サーバーの情報を削除する時に使う
 投稿の削除や退会など

4.PATCH
 サーバーの情報を更新する時に使う
 投稿の編集やユーザー名の変更など

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?