NetworkRequest

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

Constructors

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

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
Link copied to clipboard
Link copied to clipboard
var url: String