Request - DataDog/dd-sdk-android GitHub Wiki
data class Request(val id: String, val description: String, val url: String, val headers: Map<String, String>, val body: ByteArray, val contentType: String? = null)
Request object holding the data to be sent.
Constructors
Request
constructor(id: String, description: String, url: String, headers: Map<String, String>, body: ByteArray, contentType: String? = null)
Properties
body
contentType
val contentType: String? = null
description
val description: String