N11 V2
AT Command Manual
Copyright © Neoway Technology Co., Ltd
91
+HTTPCLOSED: HTTP Link Closed
finishing responding.
Remarks
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
N/A
13.5 Receiving HTTP Data: +HTTPRECV
Description
To report the data received from the HTTP connection
Format
<CR><LF>+HTTPRECV: <CR><LF><datas>
Parameter
<datas>: Data received through the HTTP connection
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
Report the data
received from
the
HTTP
connection.