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?

【知らんけど】payloadとは

0
Posted at

payloadとは

ペイロードは、HTTP通信などで送られるデータ本体のこと。📦

具体的には、通信においてヘッダーやメタデータなどの付帯情報を取り除いた、純粋な中身のデータを指す。

JSON, XML, HTMLなど種類があるらしい。

JSONの例:

{
  "username": "example_user",
  "password": "secure_password"
}

検証ツールでもこんな感じで確認できる。(qiitaの作成中に確認)
スクリーンショット 2025-09-03 10.50.37.png

技術的な話の時に...

payloadの中身はどうしますか?って話とかになっても焦らず、jsonとかの中身の話をしたいんだな〜って思えばいいのかなと

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?