HTTPResponseHTTPResponse.headers版本: 23.11.1本頁內容HTTPResponse.headers() 方法 一個包含與回應相關聯的 HTTP 標頭的物件。所有標頭名稱都是小寫。 簽名 class HTTPResponse { abstract headers(): Record<string, string>;} 回傳 Record<string, string>