diff --git a/applications/serial_lte_modem/doc/HTTPC_AT_commands.rst b/applications/serial_lte_modem/doc/HTTPC_AT_commands.rst index dd0aa4a3db47..b17f241b8442 100644 --- a/applications/serial_lte_modem/doc/HTTPC_AT_commands.rst +++ b/applications/serial_lte_modem/doc/HTTPC_AT_commands.rst @@ -45,9 +45,9 @@ Response syntax :: - #XHTTPCCON= + #XHTTPCCON: -* The ```` value can return one of the following: +* ```` is one of the following: * ``0`` - Disconnected * ``1`` - Connected @@ -78,7 +78,7 @@ Response syntax :: - XHTTPCCON: ,,[,]] + XHTTPCCON: ,,[,] Example ~~~~~~~ @@ -151,9 +151,9 @@ Response syntax :: - #XHTTPCREQ: + #XHTTPCREQ: -The ```` value can return one of the following: +```` is one of the following: * ``0`` - Request sent successfully * ``1`` - Wait for payload data @@ -245,13 +245,12 @@ Syntax :: - #XHTTPCRSP=, + #XHTTPCRSP:, -* The ```` is an integer. +* ```` is the raw data of the HTTP response, including headers and body. +* ```` is an integer. It represents the length of a partially received HTTP response. -* The ```` value can return one of the following: +* ```` is one of the following: * ``0`` - There is more HTTP response data to come. * ``1`` - The entire HTTP response has been received. - -* The ```` is the raw data of the HTTP response, including headers and body.