curl-to-csharp
curl-to-csharp copied to clipboard
curl to C# converter
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.3.1. Release notes Sourced from cypress's releases. v10.3.1 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1 v10.3.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0 v10.2.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0 v10.1.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-1-0 v10.0.3 Changelog: https://docs.cypress.io/guides/references/changelog#10-0-3 v10.0.2 Changelog: https://docs.cypress.io/guides/references/changelog#10-0-2...
Reference: https://github.com/olsh/curl-to-csharp/discussions/62#discussion-3697247
I use postman to generate curl command, which contains "--location"  `curl --location --request POST 'http://localhost:5001/api/SCMBaseService/GetUdfButtons' \ --header 'Content-Type: application/json' \ --data-raw '{ "v": { "SysId": "OMS", "ModelName": "Purchase" },...
Curl commands that contain the --dump-header option, or the -D abbreviated form, result in the 'Parameter not supported' message. Not really a major problem, as it's not an option used...
Hi, Parameter "--digest" is not supported so, can u add auth support ?
--path-as-is is not supported because the framework does automatic URL squashing, what's the solution ?
### Example, send two GETs: ```bash curl http://url1.example.com http://url2.example.com ``` ### Result ```csharp using (var httpClient = new HttpClient()) { using (var request = new HttpRequestMessage(new HttpMethod("GET"), "http://url1.example.com/")) { var...
Sorry for the delay in making the code changes you mentioned in #63. Please review the request. Thank you.
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.7.0 to 10.7.0. Release notes Sourced from cypress's releases. v10.7.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-7-0 v10.6.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0 v10.5.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0 v10.4.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0 v10.3.1 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1 v10.3.0 Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0...
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.4. Commits 0f87ff7 v2.6.4 e466a7c Unit tests for #2850 (v2) 0cc026b Add KeyValuePair tests with collections and IEquatable objects in the key slot c729d7f Add...