File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,24 @@ httpClientInstance.GenerateCurlInFile(httpRequestMessage);
4848
4949- ** Notice** : You can set specific configurations for your result in the optional ** second parameter** .
5050
51+ :rocket : :rocket : :rocket :
52+ ___
53+ * Additionally* , there is another overload option for adding everything as plain:
54+ ``` cs
55+ httpClientInstance .GenerateCurlInString (yourHttpMethod , " yourRequestUri" , " yourHeader" , " yourContent" );
56+ ```
57+ :fire :
58+ ___
59+
5160** Read more about this extension:**
5261
5362[ English Article] ( https://www.c-sharpcorner.com/article/how-to-generate-curl-script-of-the-httpclient-in-net/ )
5463
5564[ Persian Article] ( https://vrgl.ir/FE5s4 )
5665
5766
58- Please let me know if you have any feedback and your solution to improve the code and also if you find a problem.
59- also , I will be extremely happy if you contribute to the implementation and improvement of the project.
67+ Please let me know if you have any feedback and your solution to improve the code also if you find a problem.
68+ Also , I would be extremely happy if you could contribute to the implementation and improvement of the project.
6069
6170[ Gmail Address] ( mailto:amin.golmahalle@gmail.com )
6271
@@ -395,6 +404,8 @@ httpClient.GenerateCurlInFile(
395404
396405** You can see more samples in the Functional Tests Directory.**
397406
407+ [ More Samples] ( https://github.com/amingolmahalle/HttpClientToCurlGenerator/tree/master/tests/HttpClientToCurlGeneratorTest/FunctionalTest )
408+
398409I hope you enjoy this extension in your projects.
399410
400411### All Thanks to Our Contributors:
You can’t perform that action at this time.
0 commit comments