RequestBody
public protocol RequestBody : Encodable, Sendable
A protocol used for structs to be sent with Requests.
-
jsonDataDefault implementationA JSON representation of the struct.
Default Implementation
Declaration
Swift
var jsonData: Data { get }
View on GitHub