Neo_M660 AT Command Set
Copyright © Neoway Technology Co., Ltd
73
+HTTPCLOSE: HTTP Link Closed
The server
disconnects with the
module after it finishes
responding.
Remarks
You need to comply with the HTTP protocol when defining packets.
13.4 Closing HTTP Link: +HTTPCLOSE
Description
To close an HTTP link
Format
AT+HTTPCLOSE<CR>
Parameter
N/A
Return
Value
See the Example.
Example
AT+HTTPCLOSE
OK
Close the HTTP link.
Remarks
After you run the
+HTTPCLOSE
command, the HTTP link is closed and the setting of
+HTTPPARA
is cleared.
13.5 Receiving HTTP Data: +HTTPRECV
Description
To report the data received from the HTTP link
Format
<CR><LF>HTTPRECV: <CR><LF><datas>
Parameter
<datas>: Data received through the HTTP link
Return
Value
See the Example.
Example
+HTTPRECV:
HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 13842
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=pvlaai3fizxg44eyvyqsyenk; path=/; HttpOnly
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
X-UA-Compatible: IE=EmulateIE7
Date: Thu, 28 Nov 2013 05:40:24 GMT
Connection: close
Remarks
N/A