46.2. GET

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>
Licence Creative Commons
Tento dokument Ruby, jehož autorem je Radek Hnilica, podléhá licenci Creative Commons Uveďte autora-Nevyužívejte dílo komerčně-Zachovejte licenci 3.0 Česká republika .