LE910Cx AT Commands Reference Guide
80502ST10950A Rev. 14 Page 1421 of 1904 2022-03-04
When the HTTP server answer is received, then the following URC is
put on the serial port:
#HTTPRING:
<prof_id>,<http_status_code>,<content_type>,<data_size>
If there are no data from server or the server does not answer
within the time interval specified in <timeout> parameter of
#HTTPCFG command, then the URC #HTTPRING
<http_status_code> parameter has value 0.
is the status code, as
received from the server,
see RFC 2616
reports the "Content-
Type" header line, as
received from the server,
see RFC 2616
is the byte amount of data
received from the server.
If the server does not
report the "Content-
Length:" header line, the
parameter value is 0.
To set more than one HTTP header line in parameter
<extra_header_line>, they have to be separated by ">>"
Example:
AT#HTTPQRY=0,0, "myURI","Content-Type: xyz>>Authorization:
something"