Type Alias ngx_http_chunked_t

Source
pub type ngx_http_chunked_t = ngx_http_chunked_s;

Aliased Type§

struct ngx_http_chunked_t {
    pub state: usize,
    pub size: i64,
    pub length: i64,
}

Fields§

§state: usize§size: i64§length: i64