You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/utils/header_utils.dart
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ Map<String, String> headers = {
2
2
"Accept":"Specifies the media types that are acceptable for the response.",
3
3
"Accept-Encoding":
4
4
"Indicates the encoding methods the client can understand.",
5
+
"Accept-Charset":"Specifies the character sets that are acceptable.",
5
6
"Access-Control-Allow-Headers":
6
7
"Specifies a list of HTTP headers that can be used in an actual request after a preflight request including the Access-Control-Request-Headers header is made.",
0 commit comments