ProtoLab
  • Home
  • Catalog
  • Explore
  • Embedded
  • Telephony
  • AI
  • Glossary
  • Shane Code

Protocol

HTTP/1.1

Hypertext Transfer Protocol

Lab ready Full lab

HTTP/1.1 request/response application protocol over TCP (or TLS). Methods, headers, and optional chunked transfer encoding define the message model; keep-alive reuses connections. It remains ubiquitous even where HTTP/2 and HTTP/3 dominate browsers.

Domains

  • internet

Layers

  • application

Tags

restheaderswebrequest-response

Sources

  • RFC 9112 (HTTP/1.1)

Related protocols

HTTP/2

Lab ready

Multiplexed binary framing over a single TLS/TCP connection with streams, HPACK headers, and flow-control windows. It underpins gRPC and …

internetai

TLS

Lab ready

Transport Layer Security provides a record layer and handshake for confidentiality and integrity on TCP apps. Certificates, AEAD ciphers,…

internet

TCP

Lab ready

Reliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…

internettelephonyindustrialai

WebSocket

Lab ready

Full-duplex message framing upgraded from HTTP, with opcode, mask bit, and payload-length fields. Browsers use it for signaling and live …

internet

ProtoLab · signal bench for protocols

Shane Code