BoxResponse
public struct BoxResponse
Box API response
-
The Box SDK API request related to this response.
Declaration
Swift
public let request: BoxRequest
-
The body of the response in a binary format
Declaration
Swift
public let body: Data?
-
The object that represents a HTTP response which includes data such as
statusCode
orallHeaderFields
Declaration
Swift
public let urlResponse: HTTPURLResponse?