DEV Community

Discussion on: Make get request and parse JSON in C?

Collapse
 
ashokcodes profile image
Ashok Mohanakumar

I am trying to build a service that makes post request to an API that provides IVR functionalities and handles the response and manages many things such as retries, call status, etc
Just wanted to try doing some http stuff with C

Collapse
 
hoelzro profile image
Rob Hoelz

Any particular reason you want to do this in C rather than a higher-level language (eg. running on an embedded device)? Or just as an exercise to learn C?