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