The fetch() function returns an object containing the details of the response returned by the URL's server. This object has several attributes:
contentcontent_was_truncatedTrue if the allow_truncated parameter to fetch() was True and the response exceeded the maximum response size. In this case, the content attribute contains the truncated response.status_codeheaders