[AT32F407] 【AT-START-F407测评】+ http_server测试 |
评论
The simple CGI support offered here works with GET method requests only
* Notes about valid SSI tags
* --------------------------
*
* The following assumptions are made about tags used in SSI markers:
*
* 1. No tag may contain '-' or whitespace characters within the tag name.
* 2. Whitespace is allowed between the
刚才仔细看了一下,上面回答错了。实际上定义了。也就是用到他们了。#define LWIP_HTTPD_CGI 1
hddp.c 中有这么两句话
* To enable SSI support, define label LWIP_HTTPD_SSI in lwipopts.h.
* To enable CGI support, define label LWIP_HTTPD_CGI in lwipopts.h.
这个例子中没用到。lwipopts.h没定义。具体怎么用。不清楚。
|
|
|
|