stil / CurlThin

Lightweight cURL wrapper for C# with support for curl_multi polling interface through libuv
Other
68 stars 18 forks source link

unable to post raw json data #23

Open bhanupratap11 opened 9 months ago

bhanupratap11 commented 9 months ago

When using CurlThin, I encounter difficulties posting raw JSON data, and I do not receive any response. However, when utilizing the standard HttpClient, I can successfully post JSON data and receive responses without any issues.