ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev.4 Page 457 of 545 2020-04-15
status code, as received from the server (see RFC 2616)
"Content-Type" header line, as received from the server (see
RFC 2616)
byte amount of data received from the server (if the server
doesn't report the "Content-Length:" header line, the parameter
value is 0)
The HTTP request header sent with #HTTPSND always contains the "Connection: close"
line, and it cannot be removed.
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 will have value 0.
AT#HTTPSND=?
Test command returns the supported range of parameters <profId>, <command> and <dataLen>
and the maximum length of <resource>, <postParam> and <extraHeaderLine> string parameters
in the format:
# HTTPSND: (list of supported <profId>s),(list of supported <command>s), <rLength>, (list of
supported <dataLen>s),<pLength>,<mLength>
Additional info:
<...Length> parameters meaning:
maximum length of parameter <resource>
maximum length of parameter <postParam>
maximum length of parameter <extraHeaderLine>
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"
>>>