Telit LE910 V2 Series AT Commands
80446ST10707A Rev. 0– 2015-11-03
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 421 of 509
Mod. 0808 2011-07 Rev.2
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>
Where:
<prof_id> is defined as above
<http_status_code> is the numeric status code, as received from the
server (see RFC 2616)
<content_type> is a string reporting the “Content-Type” header line, as
received from the server (see RFC 2616)
<data_size> is the byte amount of data received from the server. If the
server doesn’t report the "Content-Length:" header line, the parameter
value is 0.
Note: if there are no data from server or the server doesn’t answer within
the time interval specified in <timeout> parameter of #HTTPCFG
command, then the URC #HTTPRING <http_status_code> parameter
has value 0.
Test command reports the supported range of values for the parameters
<prof_id> and <command> and the maximum length of <resource>
parameter in the format:
#HTTPQRY: (list of supported <prof_id>s),(list of supported
<command>s),<r_length>,<m_length>
where:
<r_length> - integer type value indicating the maximum length of
parameter <resource>.
<m_length> - integer type value indicating the maximum length of
parameter <extra_header_line>.
Send HTTP POST or PUT request - #HTTPSND
#HTTPSND – send HTTP POST or PUT request
ommand>,<resource>,<data_l
en>[,<post_param>[,<extra_h
eader_line>]]
Execution command performs a POST or PUT request to HTTP server
and starts sending data to the server.
The device shall prompt a three character sequence
<greater_than><greater_than><greater_than>
(IRA 62, 62, 62)
after command line is terminated with <CR>; after that the data can be
entered from TE, sized <data_len> bytes.