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 423 of 509
Mod. 0808 2011-07 Rev.2
<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 returns the supported range of parameters <prof_id>,
<command> and <data_len> and the maximum length of <resource>,
<post_param> and <extra_header_line> parameters in the format:
# HTTPSND: (list of supported <prof_id>s),(list of supported
<command>s), <r_length>, (list of supported
<data_len>s),<p_length>,<m_length>
where:
<r_length> - integer type value indicating the maximum length of
parameter <resource>.
<p_length> - integer type value indicating the maximum length of
parameter <post_param>.
<m_length> - integer type value indicating the maximum length of
parameter <extra_header_line>
Post 100 byte without “Content-type” header
AT#HTTPSND=0,0,”/”,100
>>>
Post 100 byte with “application/x-www-form-urlencoded”
AT#HTTPSND=0,0,”/”,100,0
>>>
Post 100 byte with “multipart/form-data” and extension
AT#HTTPSND=0,0,”/”,100,”3:boundary=----FormBoundary”
receive HTTP server data - #HTTPRCV
#HTTPRCV – receive HTTP server data
AT#HTTPRCV=<prof_id>[,<
maxByte>]
Execution command permits the user to read data from HTTP
server in response to a previous HTTP module request. The module
is notified of these data by the
URC.
The device shall prompt a three character sequence
<less_than><less_than><less_than>