Dictionary<string,string>
包含着在最新 HTTP 响应中收到的所有响应标头的字典。如果未收到响应,则返回 null
。
检索包含着此 UnityWebRequest 在最新 HTTP 响应中收到的所有响应标头的字典。
如果 UnityWebRequest 收到多个响应(例如在重定向期间),则仅包含最新/最终响应中的标头。
Note: This method allocates a new Dictionary object each time it is called. You may wish to cache the return value from this call if you are retrieving it multiple times.