HttpHeader

data class HttpHeader(val name: String, val value: String)

Simple wrapper class representing a header entry for a HTTP request.

Parameters

name

Name of the Header

value

Value of the Header

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard
Link copied to clipboard