Dotaz
GET /order/43221 HTTP/1.1 Host: example.com
Odpověď
HTTP/1.1 200 OK Content-Length: 241 Content-Type: application/xml Date: Sat, 20 Nov 2010 19:50:10 GMT <order xmlns="http://schemas.example.com/order"> <location>takeAway</location> <items> <item> <name>latte</name> <quantity>1</quantity> <milk>whole</milk> <size>small</size> </item> </items> </order>