HttpHeader

@JsonSerializable
data class HttpHeader(val headerName: HeaderName? = null, val headerValue: HeaderValue? = null)(source)

Constructors

Link copied to clipboard
constructor(headerName: HeaderName? = null, headerValue: HeaderValue? = null)

Properties

Link copied to clipboard
Link copied to clipboard