Lines Matching defs:method
18 * mod_actions.c: executes scripts based on MIME type or HTTP method
34 * HTTP method "PUT". The available method names are defined in httpd.h.
35 * If the method is GET, the script will only be activated if the requested
111 const char *method, const char *script)
117 methnum = ap_method_number_of(method);
123 methnum = ap_method_register(cmd->pool, method);
130 return apr_pstrcat(cmd->pool, "Could not register method '", method,
145 "a method followed by a script name"),
169 /* First, check for the method-handling scripts */
184 /* Second, check for actions (which override the method scripts) */