Apache HTTPD
Public Attributes | List of all members
command_struct Struct Reference

#include <http_config.h>

Public Attributes

const charname
 
cmd_func func
 
void * cmd_data
 
int req_override
 
enum cmd_how args_how
 
const charerrmsg
 

Detailed Description

Definition at line 204 of file http_config.h.

Member Data Documentation

◆ args_how

enum cmd_how command_struct::args_how

What the command expects as arguments

Definition at line 214 of file http_config.h.

◆ cmd_data

void* command_struct::cmd_data

Extra data, for functions which implement multiple commands...

Definition at line 210 of file http_config.h.

◆ errmsg

const char* command_struct::errmsg

'usage' message, in case of syntax errors

Definition at line 217 of file http_config.h.

◆ func

cmd_func command_struct::func

The function to be called when this directive is parsed

Definition at line 208 of file http_config.h.

◆ name

const char* command_struct::name

Name of this command

Definition at line 206 of file http_config.h.

◆ req_override

int command_struct::req_override

What overrides need to be allowed to enable this command.

Definition at line 212 of file http_config.h.


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