What is Response Body?
Response body is the payload of an HTTP transaction — the actual HTML, JSON, or binary data returned by the server after the headers. In a scraping pipeline, it is the raw material that feeds the extraction layer. While headers dictate how the connection is managed, the response body dictates whether your pipeline actually captures value or just burns bandwidth on empty, poisoned, or malformed bytes.