PostDataEntry

@Serializable
data class PostDataEntry(val bytes: String? = null)

Post data entry for HTTP request

Official doc

Constructors

Link copied to clipboard
constructor(bytes: String? = null)

Properties

Link copied to clipboard
val bytes: String? = null

(undocumented in the protocol definition)