Components

data class Components(var scheme: String? = Api.scheme, val host: String? = null, val path: String, var queryItems: List<URLQueryItem>? = null, var bodyData: ByteArray? = null)(source)

Constructors

Link copied to clipboard
constructor(scheme: String? = Api.scheme, host: String? = null, path: String, queryItems: List<URLQueryItem>? = null, bodyData: ByteArray? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val host: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard