http
POST /api/orders HTTP/2
Host: shop.example.com
:authority: shop.example.com
Content-Type: application/json
{"product_id": 42, "quantity": 2}
HTTP/2 421 Misdirected Request
Content-Type: application/json
{
"status": 421,
"error": "connection_not_authorized",
"message": "Current connection cannot be used for shop.example.com",
"retry": "Client should retry on dedicated connection"
}