Skip to content

Files

Latest commit

836672f · Feb 22, 2025

History

History

http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 18, 2024
Jun 18, 2024
Jul 24, 2024
Feb 22, 2025
Jun 18, 2024
Jun 18, 2024
Dec 30, 2024
Feb 22, 2025
Aug 1, 2023
Jun 18, 2024
Mar 18, 2024
Aug 1, 2023
Aug 23, 2024
Aug 23, 2024
Aug 23, 2024

Command line HTTP

In all user surveys and during all curl's lifetime, HTTP has been the most important and most frequently used protocol that curl supports. This chapter explains how to do effective HTTP transfers and general fiddling with curl.

This mostly works the same way for HTTPS, as they are really the same thing under the hood, as HTTPS is HTTP with an extra security TLS layer. See also the specific HTTPS section.