Nut/OS  5.0.5
API Reference
_CGIFUNCTION Struct Reference

Registered CGI function. More...

#include <pro/httpd.h>

Collaboration diagram for _CGIFUNCTION:
[legend]

Data Fields

CGIFUNCTIONcgi_next
 Link to next CGIFUNCTION structure.
char * cgi_name
 Name of this function.
int(* cgi_func )(FILE *, REQUEST *)
 Pointer to function code.

Detailed Description

Registered CGI function.


Field Documentation

Link to next CGIFUNCTION structure.

Referenced by NutCgiProcessRequest(), and NutRegisterCgi().

Name of this function.

Referenced by NutCgiProcessRequest(), and NutRegisterCgi().

Pointer to function code.

Referenced by NutCgiProcessRequest(), and NutRegisterCgi().


The documentation for this struct was generated from the following file: