|
Procster
0.1
Procster-ViewProcessesovertheweb
|
#include <proclister.h>

Data Fields | |
| char * | actlbl |
| Short id label (no spaces) More... | |
| char * | name |
| Descriptive name. More... | |
| char * | url |
| URL that this action gets dispatched on. More... | |
| char * | conttype |
| Content type this action plans to produce under normal conditions. More... | |
| webhandler | hdlr |
| Request handler callback (function pointer) More... | |
| int | auth |
| Require (Basic) authentication. TODO: Enum to the kind of auth. More... | |
| char* action::actlbl |
Short id label (no spaces)
Referenced by main().
| int action::auth |
Require (Basic) authentication. TODO: Enum to the kind of auth.
| char* action::conttype |
Content type this action plans to produce under normal conditions.
Referenced by res_new().
| webhandler action::hdlr |
Request handler callback (function pointer)
Referenced by main(), and ms_answer_to_connection().
| char* action::name |
Descriptive name.
| char* action::url |
URL that this action gets dispatched on.
Referenced by action_find(), and server_actions_load().