ReadonlystatusReadonlyheaders: Record<string, string>The HTTP headers object.
Keys are in lowercase.
Readonlybody: BufferThe response body.
The contents will be streamable but is also exposed directly as response.body.
Readonlyurl: stringThe request URL string.
The HTTP response status code.