Linux serverlinux web serverNETWORK ADMINISTRATIONS

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/

source

by Portfolio Courses

linux http server

14 thoughts on “Send An HTTP Request | C libcurl Library Introduction

  • great tutorial as always 😀 … im wondering if i can use this lib on my C++ projects?

  • python: import requests req=request.get("url") vs your 60 line of code . why is c++ so complicated for nothing?

  • 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 🙌

  • 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 🙂?

  • 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?

Comments are closed.