stil / CurlThin

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

Post Json Data #18

Closed lucasmicheleto closed 1 year ago

lucasmicheleto commented 1 year ago

Hi! I ve tried to make a post request using the sample post code, but add the Content-Type header and specifying "application/json", but it didn't work, and returns a Bad Request, can you do a sample for Json Data Post?