Params

data class Params(val screenId: String, val headers: Map<String, String>?, val body: Any?, val httpMethod: HttpMethod, val timeoutMillis: Long? = null)

Constructors

Link copied to clipboard
constructor(screenId: String, headers: Map<String, String>?, body: Any?, httpMethod: HttpMethod, timeoutMillis: Long? = null)

Properties

Link copied to clipboard
val body: Any?

request body.

Link copied to clipboard

request headers.

Link copied to clipboard
val httpMethod: HttpMethod

HTTP method.

Link copied to clipboard

id of the screen to fetch.

Link copied to clipboard

request timeout override.