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
- Store the values for the request header, body, and so on, in a file, which you then specify with the --file flag; see the description of --file for more information:
38
38
@@ -81,4 +81,4 @@ HTTP header in "key:value" format.
81
81
82
82
# flags.body.summary
83
83
84
-
File or content for the body of the HTTP request. Specify "-" to read from standard input or "" for an empty body.
84
+
File or content for the body of the HTTP request. Specify "-" to read from standard input or "" for an empty body. If passing a file, prefix the filename with '@'.
// default the method to GET here to allow flags to override, but not hinder reading from files, rather than setting the default in the flag definition
0 commit comments