Network Request
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)