Structures
The following structures are available globally.
-
Represents the HTTP response received from navigating to a URL or making an HTTP request. This structure is used to capture and provide details about the HTTP response, including the status code and headers.
See moreDeclaration
Swift
public struct PipeableHTTPResponse : Decodable
-
Represents the result of an asynchronous request XMLHttpRequest (XHR) captured. It provides detailed information about the XHR request and its response.
See moreDeclaration
Swift
public struct XHRResult : Decodable
-
Undocumented
Declaration
Swift
public struct ScriptErrorInfo