From d7e4e5b7b797a6f37976ba6c27a2346c22385a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Wed, 20 Nov 2019 18:34:06 +0100 Subject: [PATCH] Update request_life_cycle.rst --- docs/source/theory/request_life_cycle.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/source/theory/request_life_cycle.rst b/docs/source/theory/request_life_cycle.rst index 10fd5c8..91ce478 100644 --- a/docs/source/theory/request_life_cycle.rst +++ b/docs/source/theory/request_life_cycle.rst @@ -25,18 +25,17 @@ answered by the User HTTP Interface. - ``KAPOW_DATAAPI_URL``: With the URL of the `data interface` - ``KAPOW_CONTROLAPI_URL``: With the URL of the `control interface` -3-4. During the lifetime of the shell, the request and response resources are - available via these commands: +3. During the lifetime of the shell, the request and response resources are available via these commands: - ``kapow get /request/...`` - ``kapow set /response/...`` - These commands use the aforementioned environment variables to read - data from the user request and to write the response. + These commands use the aforementioned environment variables to read data from the user request and to write the response. - .. todo:: +4. The shell dies +5. ``kapow`` finalizes the original request - link to resource tree -5. The shell dies -6. ``kapow`` finalizes the original request +.. todo:: + + link to resource tree