[−][src]Struct nginx::ngx_http_headers_in_t
Fields
headers: ngx_list_t
host: *mut ngx_table_elt_t
connection: *mut ngx_table_elt_t
if_modified_since: *mut ngx_table_elt_t
if_unmodified_since: *mut ngx_table_elt_t
if_match: *mut ngx_table_elt_t
if_none_match: *mut ngx_table_elt_t
user_agent: *mut ngx_table_elt_t
referer: *mut ngx_table_elt_t
content_length: *mut ngx_table_elt_t
content_range: *mut ngx_table_elt_t
content_type: *mut ngx_table_elt_t
range: *mut ngx_table_elt_t
if_range: *mut ngx_table_elt_t
transfer_encoding: *mut ngx_table_elt_t
te: *mut ngx_table_elt_t
expect: *mut ngx_table_elt_t
upgrade: *mut ngx_table_elt_t
accept_encoding: *mut ngx_table_elt_t
via: *mut ngx_table_elt_t
keep_alive: *mut ngx_table_elt_t
x_forwarded_for: ngx_array_t
x_real_ip: *mut ngx_table_elt_t
accept: *mut ngx_table_elt_t
accept_language: *mut ngx_table_elt_t
depth: *mut ngx_table_elt_t
destination: *mut ngx_table_elt_t
overwrite: *mut ngx_table_elt_t
date: *mut ngx_table_elt_t
user: ngx_str_t
passwd: ngx_str_t
server: ngx_str_t
content_length_n: off_t
keep_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>,