pub type ngx_http_phase_handler_t = ngx_http_phase_handler_s;
Aliased Type§
struct ngx_http_phase_handler_t {
pub checker: Option<unsafe extern "C" fn(_: *mut ngx_http_request_s, _: *mut ngx_http_phase_handler_s) -> isize>,
pub handler: Option<unsafe extern "C" fn(_: *mut ngx_http_request_s) -> isize>,
pub next: usize,
}
Fields§
§checker: Option<unsafe extern "C" fn(_: *mut ngx_http_request_s, _: *mut ngx_http_phase_handler_s) -> isize>
§handler: Option<unsafe extern "C" fn(_: *mut ngx_http_request_s) -> isize>
§next: usize