C++ Programming on Linux - Libcurl Client Side URL Library

Publicado el: 28 febrero 2023
en el canal de: Hui Yuan
665
9

In this short video, it will discuss libcurl - client-side URL library ,

https://curl.se/
libcurl is free and open source software, it is client-side URL library, for transferring data with URLs, The command line utility (or API) is curl. it is one of common used utility in Linux.

libcurl and curl support most common used protocol like HTTP HTTPS, FTP, SFTP, IMAP, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP, or FILE.
It works on many platforms like UNIX, AIX, Linux OpenBSD

curl command line example:
curl --get http://192.168.0.107:1234/MyEchoWS
curl --get http://192.168.0.107:1234/MyEchoWS -d "Name=Allan" -d "Gender=Male"

curl http://192.168.0.107:1234/MyEchoWS -d "Name=Allan"
curl http://192.168.0.107:1234/MyEchoWS -d "{ Name : Allan Rose, Gender : Male }"


En esta página del sitio puede ver el video en línea C++ Programming on Linux - Libcurl Client Side URL Library de Duración hora minuto segunda en buena calidad , que subió el usuario Hui Yuan 28 febrero 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 665 veces y le gustó 9 a los espectadores. Disfruta viendo!