Update header_utils.dart

This commit is contained in:
Ashita Prasad
2024-01-01 09:33:40 +05:30
parent e08b40cfb6
commit a4042e12d1

View File

@ -15,6 +15,8 @@ Map<String, String> headers = {
"Indicates the encoding transformations that have been applied to the entity body of the response.", "Indicates the encoding transformations that have been applied to the entity body of the response.",
"Content-Security-Policy": "Content-Security-Policy":
"Controls the sources from which content can be loaded on a web page to mitigate various types of attacks.", "Controls the sources from which content can be loaded on a web page to mitigate various types of attacks.",
"Content-Type":
"Indicates the original media type of the resource (prior to any content encoding applied for sending)",
"Cookie": "Used to send previously stored cookies back to the server.", "Cookie": "Used to send previously stored cookies back to the server.",
"Cross-Origin-Embedder-Policy": "Cross-Origin-Embedder-Policy":
"Controls whether a document is allowed to be embedded in another document.", "Controls whether a document is allowed to be embedded in another document.",