HTTP - Body (Entity, payload, data sent)
Table of Contents
1 - About
Entities are the data sent with an HTTP message:
- HTML page
- Image
- Web form parameters
An entity is better known as the body or in a network context, this is the payload of the message.
2 - Articles Related
3 - Format
The entity of an HTTP message can have an arbitrary data format, which is usually specified as a MIME type in a header field. Accept → text/css,*/*;q=0.1 ?