HTTP Request / Response Body
- Main request / response data
- In a request, this usually pairs with POST / PUT requests and some user-initiated interaction
- Most (but not all) responses have a body
- Can be HTML, JSON, XML, Text, etc depending on the URL requested (and some headers)
11 / 27