WebserviceMockHeader

data class WebserviceMockHeader : Parcelable

Parcelable headers of either an HTTP request or response.

Properties

Link copied to clipboard
val key: String
Link copied to clipboard
val values: ArrayList<String>

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)