uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
httpd_structs.h File Reference
#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
 

Macro Definition Documentation

#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.