RequestExtrasScope


Scope provided to the requestExtras dsl builder.

Summary

Public functions

Unit
<T : Any> put(key: RequestExtrasKey<T>, value: T)

Stores value associated with key.

Cmn

Public functions

put

fun <T : Any> put(key: RequestExtrasKey<T>, value: T): Unit

Stores value associated with key.

Parameters
key: RequestExtrasKey<T>

key associated with value type T

value: T

data to store