PostOptions

sealed interface PostOptions(source)

Properties

Link copied to clipboard
abstract var data: Any?

Data that is posted with the resource.

Link copied to clipboard
abstract var headers: Any?

Additional HTTP headers to send with the request, if any.

Link copied to clipboard
abstract var overrideMimeType: String?

Overrides the MIME type returned by the server.

Link copied to clipboard
abstract var responseType: String?

The type of response. This controls the type of item returned.