HTTP
HyperText Transfer Protocol
The foundational protocol for data communication on the web. All Salesforce API calls and web interactions use HTTP/HTTPS for secure communication.
Example use case
A developer makes an HTTP GET callout from Apex to retrieve weather data from an external API and display it on a Salesforce record page.