Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
closes #48
  • Loading branch information
amingolmahalle authored Jan 31, 2025
1 parent 9d0eaf4 commit cbb04ea
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,24 @@ httpClientInstance.GenerateCurlInFile(httpRequestMessage);

- **Notice**: You can set specific configurations for your result in the optional **second parameter**.

:rocket: :rocket: :rocket:
___
*Additionally*, there is another overload option for adding everything as plain:
```cs
httpClientInstance.GenerateCurlInString(yourHttpMethod, "yourRequestUri", "yourHeader", "yourContent");
```
:fire:
___

**Read more about this extension:**

[English Article](https://www.c-sharpcorner.com/article/how-to-generate-curl-script-of-the-httpclient-in-net/)

[Persian Article](https://vrgl.ir/FE5s4)


Please let me know if you have any feedback and your solution to improve the code and also if you find a problem.
also, I will be extremely happy if you contribute to the implementation and improvement of the project.
Please let me know if you have any feedback and your solution to improve the code also if you find a problem.
Also, I would be extremely happy if you could contribute to the implementation and improvement of the project.

[Gmail Address](mailto:[email protected])

Expand Down Expand Up @@ -395,6 +404,8 @@ httpClient.GenerateCurlInFile(

**You can see more samples in the Functional Tests Directory.**

[More Samples](https://github.com/amingolmahalle/HttpClientToCurlGenerator/tree/master/tests/HttpClientToCurlGeneratorTest/FunctionalTest)

I hope you enjoy this extension in your projects.

### All Thanks to Our Contributors:
Expand Down

0 comments on commit cbb04ea

Please sign in to comment.