headers

abstract fun headers(): Map<String, List<String>>

Returns a map of HTTP headers to be included with the request.

Return

A map of header names to their corresponding values.