[−][src]Struct nginx::ngx_http_headers_in_t
Fields
headers: ngx_list_thost: *mut ngx_table_elt_tconnection: *mut ngx_table_elt_tif_modified_since: *mut ngx_table_elt_tif_unmodified_since: *mut ngx_table_elt_tif_match: *mut ngx_table_elt_tif_none_match: *mut ngx_table_elt_tuser_agent: *mut ngx_table_elt_treferer: *mut ngx_table_elt_tcontent_length: *mut ngx_table_elt_tcontent_range: *mut ngx_table_elt_tcontent_type: *mut ngx_table_elt_trange: *mut ngx_table_elt_tif_range: *mut ngx_table_elt_ttransfer_encoding: *mut ngx_table_elt_tte: *mut ngx_table_elt_texpect: *mut ngx_table_elt_tupgrade: *mut ngx_table_elt_taccept_encoding: *mut ngx_table_elt_tvia: *mut ngx_table_elt_tkeep_alive: *mut ngx_table_elt_tx_forwarded_for: ngx_array_tx_real_ip: *mut ngx_table_elt_taccept: *mut ngx_table_elt_taccept_language: *mut ngx_table_elt_tdepth: *mut ngx_table_elt_tdestination: *mut ngx_table_elt_toverwrite: *mut ngx_table_elt_tdate: *mut ngx_table_elt_tuser: ngx_str_tpasswd: ngx_str_tserver: ngx_str_tcontent_length_n: off_tkeep_alive_n: time_t_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>__bindgen_padding_0: [u16; 3]Implementations
impl ngx_http_headers_in_t[src]
pub fn connection_type(&self) -> c_uint[src]
pub fn set_connection_type(&mut self, val: c_uint)[src]
pub fn chunked(&self) -> c_uint[src]
pub fn set_chunked(&mut self, val: c_uint)[src]
pub fn msie(&self) -> c_uint[src]
pub fn set_msie(&mut self, val: c_uint)[src]
pub fn msie6(&self) -> c_uint[src]
pub fn set_msie6(&mut self, val: c_uint)[src]
pub fn opera(&self) -> c_uint[src]
pub fn set_opera(&mut self, val: c_uint)[src]
pub fn gecko(&self) -> c_uint[src]
pub fn set_gecko(&mut self, val: c_uint)[src]
pub fn chrome(&self) -> c_uint[src]
pub fn set_chrome(&mut self, val: c_uint)[src]
pub fn safari(&self) -> c_uint[src]
pub fn set_safari(&mut self, val: c_uint)[src]
pub fn konqueror(&self) -> c_uint[src]
pub fn set_konqueror(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
connection_type: c_uint,
chunked: c_uint,
msie: c_uint,
msie6: c_uint,
opera: c_uint,
gecko: c_uint,
chrome: c_uint,
safari: c_uint,
konqueror: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>[src]
connection_type: c_uint,
chunked: c_uint,
msie: c_uint,
msie6: c_uint,
opera: c_uint,
gecko: c_uint,
chrome: c_uint,
safari: c_uint,
konqueror: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
impl ngx_http_headers_in_t[src]
pub fn host_str(&self) -> String[src]
pub fn add(
&mut self,
pool: *mut ngx_pool_t,
key: &str,
value: &str
) -> Option<()>[src]
&mut self,
pool: *mut ngx_pool_t,
key: &str,
value: &str
) -> Option<()>
Trait Implementations
impl Clone for ngx_http_headers_in_t[src]
fn clone(&self) -> ngx_http_headers_in_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_http_headers_in_t[src]
impl Debug for ngx_http_headers_in_t[src]
impl IntoIterator for ngx_http_headers_in_t[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_headers_in_t
impl !Send for ngx_http_headers_in_t
impl !Sync for ngx_http_headers_in_t
impl Unpin for ngx_http_headers_in_t
impl UnwindSafe for ngx_http_headers_in_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<I> IntoIterator for I where
I: Iterator, [src]
I: Iterator,
type Item = <I as Iterator>::Item
The type of the elements being iterated over.
type IntoIter = I
Which kind of iterator are we turning this into?
fn into_iter(self) -> I[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,