[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `URLFetchResponseOrBuilder` interface provides methods to access various details about a URL fetch response, such as bytes received and sent."],["It includes methods for retrieving content information, including the content itself, represented as a `ByteString`, and whether the content was truncated."],["The interface allows access to response headers through methods like `getHeader`, `getHeaderCount`, and `getHeaderList`, along with their corresponding `OrBuilder` variants."],["It offers methods to obtain the final URL of the fetch, either as a `String` or `ByteString`."],["The interface includes methods to check the status of various fields such as `hasContent`, `hasFinalUrl`, `hasStatusCode` and also gives information like `getStatusCode`."]]],[]]