#include "lwip/opt.h"
#include "lwip/err.h"
#include "lwip/pbuf.h"
Go to the source code of this file.
|
typedef const char *(* | tCGIHandler )(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]) |
|
Set this to 1 to support CGI
Definition at line 46 of file httpd.h.
#define LWIP_HTTPD_MAX_CGI_PARAMETERS 16 |
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.
typedef const char*(* tCGIHandler)(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]) |
void http_set_cgi_handlers |
( |
const tCGI * |
pCGIs, |
|
|
int |
iNumHandlers |
|
) |
| |
void httpd_init |
( |
const u8_t * |
romfs) | |
|