send

fun send(body: Document? = definedExternally)(source)

The XMLHttpRequest method send() sends the request to the server.

MDN Reference


fun send(body: Blob?)(source)
fun send(body: BufferSource?)(source)
fun send(body: FormData?)(source)
fun send(body: String?)(source)