Payload
interface Payload
The Payload is used to store all the parameters and configurations that are used to send data via the GET/POST request.
Inheritors
Functions
Link copied to clipboard
Add all the mappings from the specified map. The effect is the equivalent to that of calling add(String key, Object value) for each mapping for each key.
abstract fun addMap(map: Map<*, *>, base64_encoded: Boolean, type_encoded: String, type_no_encoded: String)
Add a map to the Payload with a key dependent on the base 64 encoding option you choose using the two keys provided.