PostDataEntry

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

Post data entry for HTTP request

Constructors

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

Properties

Link copied to clipboard
val bytes: String? = null