Inspect
Protocol stack
Each lower layer wraps the unit above it. The highlighted layer owns the current event.
- L04HTTP requestapplicationHTTP
- L03TCP segmenttransportTCP
- L02IPv4 packetnetworkIPv4
- L01Ethernet framelinkETH
HTTP request fields
The application describes what it wants the remote server to do.
- Request line
- POST /echo HTTP/1.1
- Host
- example.test
- Content-Type
- text/plain; charset=utf-8
- Content-Length
- 23 bytes
- Body
- Hello from the browser.