httptcp
HTTP over TCP (httptcp) is the traditional method for delivering Hypertext Transfer Protocol messages using the Transmission Control Protocol as the transport layer. It underpins most basic web traffic, and is the default for HTTP/1.0 and HTTP/1.1. When used with TLS, it is commonly referred to as HTTPS.
Operation: The client opens a TCP connection to the server; after the three-way handshake, HTTP request/response
Performance: TCP's connection-oriented nature introduces latency, especially in the initial handshake and TLS negotiation for HTTPS.
Security and deployment: HTTPS uses TLS; standard ports 80 and 443; proxies, reverse proxies, and content delivery