Skip to content

Commit

Permalink
fix: update curl long values (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven authored May 8, 2023
1 parent e63e657 commit 961dad4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion args/curlopts.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package args

var (
curlShortValues = "EKCbcdDFPHhmoUreXYytzTuAw"
curlShortValues = "EKCbcdDFPHhmoUQreXYytzTuAw"
curlLongValues = []string{
"abstract-unix-socket",
"alt-svc",
Expand Down Expand Up @@ -48,8 +48,10 @@ var (
"header",
"help",
"hostpubmd5",
"hostpubsha256",
"hsts",
"interface",
"json",
"keepalive-time",
"key",
"key-type",
Expand All @@ -69,6 +71,7 @@ var (
"oauth2-bearer",
"output",
"output-dir",
"parallel-max",
"pass",
"pinnedpubkey",
"proto",
Expand All @@ -93,10 +96,13 @@ var (
"proxy-user",
"proxy1.0",
"pubkey",
"quote",
"random-file",
"range",
"rate",
"referer",
"request",
"request-target",
"resolve",
"retry",
"retry-delay",
Expand All @@ -110,18 +116,21 @@ var (
"socks5-hostname",
"speed-limit",
"speed-time",
"stderr",
"telnet-option",
"tftp-blksize",
"time-cond",
"tls-max",
"tls13-ciphers",
"tlsauthtype",
"tlspassword",
"tlsuser",
"trace",
"trace-ascii",
"unix-socket",
"upload-file",
"url",
"url-query",
"user",
"user-agent",
"write-out"}
Expand Down

0 comments on commit 961dad4

Please sign in to comment.