Type Alias ngx_http_posted_request_t

Source
pub type ngx_http_posted_request_t = ngx_http_posted_request_s;

Aliased Type§

#[repr(C)]
pub struct ngx_http_posted_request_t { pub request: *mut ngx_http_request_s, pub next: *mut ngx_http_posted_request_s, }

Fields§

§request: *mut ngx_http_request_s§next: *mut ngx_http_posted_request_s