Skip to content

Files

Latest commit

237ad05 · Dec 21, 2024

History

History

libcurl-http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 15, 2024
Jan 13, 2024
Feb 6, 2024
Dec 21, 2024
Jan 15, 2024
Dec 30, 2023
Dec 30, 2023
Dec 28, 2023
Dec 28, 2023
Jan 15, 2024
Jan 15, 2024
Dec 28, 2023

libcurl HTTP

HTTP is by far the most commonly used protocol by libcurl users and libcurl offers countless ways of modifying such transfers. See the HTTP protocol basics for some basics on how the HTTP protocol works.

HTTPS

Doing HTTPS is typically done the same way as for HTTP as the extra security layer and server verification etc is done automatically and transparently by default. Just use the https:// scheme in the URL.

HTTPS is HTTP with TLS on top. See also the TLS transfer options section.

HTTP proxy

See using Proxies with libcurl

Sections