LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
httpd.h File Reference
#include "lwip/opt.h"
#include "lwip/err.h"
#include "lwip/pbuf.h"

Go to the source code of this file.

Macros

#define LWIP_HTTPD_CGI   0
 
#define LWIP_HTTPD_SSI   0
 
#define LWIP_HTTPD_SUPPORT_POST   0
 

Functions

void httpd_init (void)
 

Macro Definition Documentation

#define LWIP_HTTPD_CGI   0

Set this to 1 to support CGI

Definition at line 46 of file httpd.h.

#define LWIP_HTTPD_SSI   0

Set this to 1 to support SSI (Server-Side-Includes)

Definition at line 51 of file httpd.h.

#define LWIP_HTTPD_SUPPORT_POST   0

Set this to 1 to support HTTP POST

Definition at line 56 of file httpd.h.

Function Documentation

void httpd_init ( void  )