Unit 'httpd' Package
[Overview][Constants][Types][Procedures and functions][Index] [#httpd22]

cmd_func

Declaration

Source position: http_config.inc line 143

type cmd_func = record

  case cmd_func_kind of

    cfk_no_args: (

        func_no_args: no_args_t;

      );

    cfk_raw_args: (

        func_raw_args: raw_args_t;

      );

    cfk_take_argv: (

        func_take_argv: take_argv_t;

      );

    cfk_take1: (

        func_take1: take1_t;

      );

    cfk_take2: (

        func_take2: take2_t;

      );

    cfk_take3: (

        func_take3: take3_t;

      );

    cfk_flag: (

        func_flag: flag_t;

      );

end;


Documentation generated on: 2023-03-18