Body

constructor(requestBody: RequestBody)


constructor(content: Array<Byte>, contentType: String)

Construct body with byte[]

Parameters

content

The body content

contentType

body Content Type


constructor(content: String, contentType: String)

Construct body with String

Parameters

content

The body content

contentType

body Content Type