Commit 1ba6c50d authored by Łukasz Nowak's avatar Łukasz Nowak

Explain If-Midified-Since and Last-Modified.

parent 35439038
......@@ -41,7 +41,7 @@ Response status code
Success
+++++++
``GET`` requests will return a ``"200 OK"`` response if the resource is successfully retrieved.
``GET`` requests will return a ``"200 OK"`` response if the resource is successfully retrieved. In case if client will set ``"If-Midified-Since"`` header the response could be ``"304 Not Modified"``. Also ``GET`` will return ``"Last-Modified"`` headers.
``POST`` requests which create a resource we will return a ``"201 Created"`` response if successful.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment