-
The fully-qualified URL for the request.
Declaration
Swift
public let URL: URL -
The values to be encoded into a query string.
Declaration
Swift
public let query: [String: String]? -
The request body encoded as a string.
Declaration
Swift
public let body: String? -
The request headers.
Declaration
Swift
public var headers: [Header]?
-
The request headers encoded as strings.
Declaration
Swift
public var headers: [String: String]?
View on GitHub
Install in Dash
Request Struct Reference