Dynamic C and cURL

Has anyone used cURL with Dynamic C ?

Thanks.

No i never use it but i have some idea about it like cURL is a command line tool for transferring files with URL syntax. The strong point of cURL is the number of data transfer protocols it supports.

The main purpose and use for cURL is to automate unattended file transfers or sequences of operations.

Wht I want to do is, post a message to Http server and receive the response back.
I could not find the HTTP client API’s to interact with the external web server so I thought to look into cURL.

Any suggestions how to implement http client-server communication or sample code ?

Thnks in advance.