#include <httpd.h>
Data Fields | |
http_handler_t | handler |
Callback to process the special request. More... | |
const char * | name |
Request string from GET request. More... | |
unsigned | type |
Strategy to find string in the CGI table. More... | |
http_handler_t HttpCGI::handler |
Callback to process the special request.
Referenced by cgi_search().
const char* HttpCGI::name |
Request string from GET request.
unsigned HttpCGI::type |
Strategy to find string in the CGI table.