Update examples/restbucksCRUD/readme.md

This commit is contained in:
jvelilla
2011-12-09 11:57:47 -02:00
parent de157be6f1
commit 5e2c2af18a

View File

@@ -104,7 +104,7 @@ of to handle different type of request to the ORDER resource.
How to Create an order
----------------------
Here is the convention that we are using
Here is the convention that we are using:
POST is used for creation and the server determines the URI of the created resource.
If the request post is SUCCESS, the server will create the order and will response with
HTTP_RESPONSE 201 CREATED, the Location header will contains the newly created order's URI