Work in progress #3: More sync process
[tolino-api-docs.git] / api / pageplace.bosh-bosh-rest-time.rst
1 ================================================
2 ``GET https://bosh.pageplace.de/bosh/rest/time``
3 ================================================
4 Part of the `Sync process`_.
5
6 Response is empty.
7
8 FIXME: What is that used for? Fetching the current time?
9
10
11 Request
12 =======
13 No headers except ``Host: bosh.pageplace.de`` and ``Connection: Keep-Alive``.
14 This is strange, because almost all requests have a couple of other
15 default headers (``Accept``, ``Content-Type``) - so this must be deliberate.
16
17 Response
18 ========
19 HTTP status code: ``200 OK``.
20
21 No content.
22 Maybe the time is fetched from the ``Date`` header.
23
24 Example:
25
26 .. include:: pageplace.bosh-bosh-rest-time.response-headers.txt
27    :code: