Procster  0.1
Procster-ViewProcessesovertheweb
action Struct Reference

#include <proclister.h>

Collaboration diagram for action:

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...
 

Field Documentation

◆ actlbl

char* action::actlbl

Short id label (no spaces)

Referenced by main().

◆ auth

int action::auth

Require (Basic) authentication. TODO: Enum to the kind of auth.

◆ conttype

char* action::conttype

Content type this action plans to produce under normal conditions.

Referenced by res_new().

◆ hdlr

webhandler action::hdlr

Request handler callback (function pointer)

Referenced by main(), and ms_answer_to_connection().

◆ name

char* action::name

Descriptive name.

◆ url

char* action::url

URL that this action gets dispatched on.

Referenced by action_find(), and server_actions_load().


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