Send An HTTP Request | C libcurl Library Introduction
An introduction to using the libcurl library to send an HTTP request in C. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/libcurl_examples/libcurl_intro.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!
libcurl Library official website: https://curl.se/libcurl/
by Portfolio Courses
linux http server
great tutorial as always 😀 … im wondering if i can use this lib on my C++ projects?
Fucking amazing
But is it used anywhere?? I dont know.
python: import requests req=request.get("url") vs your 60 line of code . why is c++ so complicated for nothing?
thank you very much 👍
Game
please make a video of how to send email to a friend telling him Hello for example using this library
Finally it's here ,C for networking I've been looking forward to this.
Thank you so much for this 🙌
You never disappoint me
😮
Thank you for the video.
I am using Debian and the library is uknown.
I downloaded and moved it to the location of the c file.
The linker throws errors.. Do you know how to implement an external library like a professional 🙂?
Great tutorial! Thank you very much!
I guess it would be a good idea to pass it to memory before writing to file, to avoid write//file error aka as a safety like a temp file?
Thanks