Skip to content

Commit 64cde54

Browse files
committed
Update curl long args
Fixes #52
1 parent de80616 commit 64cde54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

args/curlopts.go

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var (
55
curlLongValues = []string{
66
"abstract-unix-socket",
77
"alt-svc",
8+
"aws-sigv4",
89
"cacert",
910
"capath",
1011
"cert",
@@ -16,6 +17,7 @@ var (
1617
"continue-at",
1718
"cookie",
1819
"cookie-jar",
20+
"create-file-mode",
1921
"crlfile",
2022
"curves",
2123
"data",
@@ -46,6 +48,7 @@ var (
4648
"header",
4749
"help",
4850
"hostpubmd5",
51+
"hsts",
4952
"interface",
5053
"keepalive-time",
5154
"key",

0 commit comments

Comments
 (0)