> For the complete documentation index, see [llms.txt](https://docs.appetize.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appetize.io/javascript-sdk/api-reference/types/networkresponse.md).

# NetworkResponse

| Property        | Type                                                                                                                                                                                                                                                                                      |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| type            | 'response'                                                                                                                                                                                                                                                                                |
| serverIPAddress | string                                                                                                                                                                                                                                                                                    |
| requestId       | string                                                                                                                                                                                                                                                                                    |
| request         | { method: string; url: string; httpVersion: string; cookies: string\[]; headers: Array; queryString: string\[]; headersSize: number; bodySize: number }                                                                                                                                   |
| response        | { status: number; statusText: string; httpVersion: string; cookies: string\[]; headers: Array; redirectURL: string; headersSize: number; bodySize: number; content: { size: number; mimeType: string; compression: number; text: string }; postData: { mimeType: string; text: string } } |
| cache           | Record\<string, any>                                                                                                                                                                                                                                                                      |
