We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2345ce commit 04b81daCopy full SHA for 04b81da
pkg/wordlists.go
@@ -659,6 +659,8 @@ var (
659
"if",
660
"If-Modified-Since",
661
"if-posted-before",
662
+ "if-match",
663
+ "if-none-match",
664
"if-range",
665
"image",
666
"images",
@@ -2920,6 +2922,7 @@ var (
2920
2922
"zotero-write-token",
2921
2923
"ZRL_CMP",
2924
"ZXY",
2925
+ "zTransfer-Encoding",
2926
}
2927
2928
DefaultParameters = []string{
@@ -4465,6 +4468,7 @@ var (
4465
4468
"tv",
4466
4469
"tree",
4467
4470
"transfer",
4471
+ "transfer-encoding",
4472
"trackzero",
4473
"TracksTotal",
4474
"tracknoalbum",
0 commit comments