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
Copy file name to clipboardExpand all lines: src/https/Program.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,10 @@ void Help()
159
159
writer.WriteLine("Repeat as many content arguments to create content sent with the HTTP request. Alternatively pipe raw content send as the HTTP request content.");
160
160
writer.WriteLine(" <KEY>=<VALUE>");
161
161
writer.WriteLine("");
162
+
writer.WriteLine("Headers:");
163
+
writer.WriteLine("Repeat as many header arguments to assign headers for the HTTP request.");
0 commit comments