SubmitForm

data class SubmitForm(val url: String) : PdfScriptRequest

this.submitForm({ cURL: ... }): send the form's values somewhere.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String