Represents the common fields and attributes of an HTTP response. It contains also the original Request which was made to get this Response.
extracts the body as arrayBuffer from the given Response
extracts the body as blob from the given Response
extracts the body as string from the given Response
extracts the body as formData from the given Response
extracts the body as json from the given Response
returns the Headers from the given Response