VGSRequest

Class to collect data before submit.

Parameters

method

HTTP method

path

path for a request

customHeader

The headers to save for request.

customData

The Map to save for request.

fieldsIgnore

contains true if need to skip data from input fields.

fileIgnore

contains true if need to skip files.

requestTimeoutInterval

Specifies request timeout interval in milliseconds.

routeId

Defines route id for submitting data.

Types

Link copied to clipboard

Creates a builder for a request that uses to send data to VGS server. dialog theme.

Properties

Link copied to clipboard
open override val customData: Map<String, Any>
Link copied to clipboard
open override val customHeader: Map<String, String>
Link copied to clipboard
open override val fieldsIgnore: Boolean
Link copied to clipboard
open override val fileIgnore: Boolean
Link copied to clipboard
open override val format: VGSHttpBodyFormat
Link copied to clipboard
open override val method: HTTPMethod
Link copied to clipboard
open override val path: String
Link copied to clipboard
open override val requestTimeoutInterval: Long
Link copied to clipboard
open override val routeId: String? = null