HTTP Request / Response Body

  • Main request / response data
  • Only some HTTP requests have a body (usually with a POST or PUT method)
  • Most (but not all) responses have a body
  • Can be HTML, JSON, XML, Text, etc depending on the URL requested (and some headers)

11 / 21