getRequestHeaders

abstract fun getRequestHeaders(): Map<String?, String?>?

获取与此请求关联的 HTTP 标头。 这些标头以标头名称到标头值的映射形式表示。

Return

与请求关联的 HTTP 标头 Map。