POST

data class POST(val url: String, val jsonBody: String) : ContentUrlResolver.ResolvedMethod

Constructors

Link copied to clipboard
constructor(url: String, jsonBody: String)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String