We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73d791 commit e564550Copy full SHA for e564550
HttpClientToCurl/Main.cs
@@ -25,6 +25,7 @@ public static string GenerateCurlInString(this HttpClient httpClient, HttpReques
25
26
return script;
27
}
28
+
29
public static void GenerateCurlInConsole(this HttpClient httpClient, HttpRequestMessage httpRequestMessage, string requestUri = null, Action<ConsoleConfig> config = null)
30
{
31
var consoleConfig = new ConsoleConfig();
0 commit comments