FormData

fun FormData(vararg entries: StringEntry): FormData

Creates a new instance of FormData with the given entries.

Parameters

entries

Key to string value pairs that represent segments of form data, for example, a form field content.