uc-sdk
|
#include "httpd.h"
Go to the source code of this file.
Macros | |
#define | HTTPD_SERVER_AGENT "lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)" |
#define | LWIP_HTTPD_DYNAMIC_HEADERS 0 |
#define HTTPD_SERVER_AGENT "lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)" |
This string is passed in the HTTP header as "Server: "
Definition at line 8 of file httpd_structs.h.
#define LWIP_HTTPD_DYNAMIC_HEADERS 0 |
Set this to 1 if you want to include code that creates HTTP headers at runtime. Default is off: HTTP headers are then created statically by the makefsdata tool. Static headers mean smaller code size, but the (readonly) fsdata will grow a bit as every file includes the HTTP header.
Definition at line 17 of file httpd_structs.h.