Skip to content

Commit

Permalink
Update curl long args
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
rs committed Apr 4, 2022
1 parent de80616 commit 64cde54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions args/curlopts.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ var (
curlLongValues = []string{
"abstract-unix-socket",
"alt-svc",
"aws-sigv4",
"cacert",
"capath",
"cert",
Expand All @@ -16,6 +17,7 @@ var (
"continue-at",
"cookie",
"cookie-jar",
"create-file-mode",
"crlfile",
"curves",
"data",
Expand Down Expand Up @@ -46,6 +48,7 @@ var (
"header",
"help",
"hostpubmd5",
"hsts",
"interface",
"keepalive-time",
"key",
Expand Down

0 comments on commit 64cde54

Please sign in to comment.