Back to Content

Payload body

files/en-us/glossary/payload_body/index.md

latest866 B
Original Source

In HTTP messages, the payload body or payload was the resource representation transferred in a message body, stripped of any transfer encoding. With no transfer encoding, the payload body and message body are identical. Representation data could also be transferred in HTTP headers, but such data would not be considered a "payload".

Since {{RFC("9110")}}, the word content replaces the word payload. See HTTP content.

See also