add Header

private open fun <T> addHeader(headerKey: String, headerValue: T)

Method to set the headers of an "HTTP" request

Parameters

headerKey

: header key for the request

headerValue

: header value for the request