NetworkRequest

data class NetworkRequest(val method: HTTPMethod, var url: String, val customHeader: Map<String, String>, val customData: Any, val format: VGSHttpBodyFormat, val requestTimeoutInterval: Long, val requiresTokenization: Boolean, val tag: String? = null)

Constructors

Link copied to clipboard
constructor(method: HTTPMethod, url: String, customHeader: Map<String, String>, customData: Any, format: VGSHttpBodyFormat, requestTimeoutInterval: Long, requiresTokenization: Boolean, tag: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String?
Link copied to clipboard
var url: String