Function list_iterator

Source
pub unsafe fn list_iterator(list: &ngx_list_t) -> NgxListIterator<'_> 
Expand description

Creates new HTTP header iterator

§Safety

The caller has provided a valid ngx_str_t which can be dereferenced validly.