BoxRequestDescription
public struct BoxRequestDescription
The components that make up a description of a BoxRequest
-
The HTTP method for the BoxRequest
Declaration
Swift
public var method: String -
The URL the BoxRequest is sent to
Declaration
Swift
public var url: BoxURLComponents -
The HTTP headers sent in the BoxRequest
Declaration
Swift
public var headers: BoxHTTPHeaders -
The optional body of the BoxRequest
Declaration
Swift
public var body: String?
BoxRequestDescription Structure Reference