abstract fun putHeader(name: String, value: String): HttpRequest<T>
Configure the request to add a new HTTP header.
name - the header name
name
value - the header value
value
Return a reference to this, so the API can be used fluently