amingolmahalle / HttpClientToCurlGenerator

The HttpClientToCurl is a NuGet package for generating curl script of HttpClient in .NET ( C# | CSharp | Dotnet ) supported features: Post, Get, Put, and Delete. content types: application/json, text/xml, application/x-www-form-urlencoded
https://www.nuget.org/packages/HttpClientToCurl
MIT License
61 stars 11 forks source link

Quote the URL #23 #28

Closed Sabermotamedi closed 8 months ago

Sabermotamedi commented 8 months ago

url style was like this @"curl -X PUT http://localhost:1213/v1/api/test and now is changed to
@"curl -X PUT 'http://localhost:1213/v1/api/test'

closed #23

amingolmahalle commented 8 months ago

closed: #23