Empty
public struct Empty : HttpBody
The empty HTTP body is used as default for all requests and sets no HTTP body at all.
-
Initializes a new empty HTTP body. The initializer does nothing.
Declaration
Swift
public init()
-
Declaration
Swift
public var description: String { get }