The toy request posts a small form.
The request uses POST
The request line says POST and names path /submit.
POST /submit
The Host header names forms.example
The Host row pins the toy site that receives the form request.
Host=forms.example
The Content-Type names form encoding
The Content-Type row says the body is a small URL-encoded form.
form content type
Summary
The request line and headers tell us a body is coming.
headers before body