#[repr(C)]pub struct ngx_http_headers_out_t {Show 28 fields
pub headers: ngx_list_t,
pub trailers: ngx_list_t,
pub status: usize,
pub status_line: ngx_str_t,
pub server: *mut ngx_table_elt_s,
pub date: *mut ngx_table_elt_s,
pub content_length: *mut ngx_table_elt_s,
pub content_encoding: *mut ngx_table_elt_s,
pub location: *mut ngx_table_elt_s,
pub refresh: *mut ngx_table_elt_s,
pub last_modified: *mut ngx_table_elt_s,
pub content_range: *mut ngx_table_elt_s,
pub accept_ranges: *mut ngx_table_elt_s,
pub www_authenticate: *mut ngx_table_elt_s,
pub expires: *mut ngx_table_elt_s,
pub etag: *mut ngx_table_elt_s,
pub cache_control: *mut ngx_table_elt_s,
pub link: *mut ngx_table_elt_s,
pub override_charset: *mut ngx_str_t,
pub content_type_len: usize,
pub content_type: ngx_str_t,
pub charset: ngx_str_t,
pub content_type_lowcase: *mut u8,
pub content_type_hash: usize,
pub content_length_n: i64,
pub content_offset: i64,
pub date_time: i64,
pub last_modified_time: i64,
}
Fields§
§headers: ngx_list_t
§trailers: ngx_list_t
§status: usize
§status_line: ngx_str_t
§server: *mut ngx_table_elt_s
§date: *mut ngx_table_elt_s
§content_length: *mut ngx_table_elt_s
§content_encoding: *mut ngx_table_elt_s
§location: *mut ngx_table_elt_s
§refresh: *mut ngx_table_elt_s
§last_modified: *mut ngx_table_elt_s
§content_range: *mut ngx_table_elt_s
§accept_ranges: *mut ngx_table_elt_s
§www_authenticate: *mut ngx_table_elt_s
§expires: *mut ngx_table_elt_s
§etag: *mut ngx_table_elt_s
§cache_control: *mut ngx_table_elt_s
§link: *mut ngx_table_elt_s
§override_charset: *mut ngx_str_t
§content_type_len: usize
§content_type: ngx_str_t
§charset: ngx_str_t
§content_type_lowcase: *mut u8
§content_type_hash: usize
§content_length_n: i64
§content_offset: i64
§date_time: i64
§last_modified_time: i64
Trait Implementations§
Source§impl Clone for ngx_http_headers_out_t
impl Clone for ngx_http_headers_out_t
Source§fn clone(&self) -> ngx_http_headers_out_t
fn clone(&self) -> ngx_http_headers_out_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ngx_http_headers_out_t
impl Debug for ngx_http_headers_out_t
impl Copy for ngx_http_headers_out_t
Auto Trait Implementations§
impl Freeze for ngx_http_headers_out_t
impl RefUnwindSafe for ngx_http_headers_out_t
impl !Send for ngx_http_headers_out_t
impl !Sync for ngx_http_headers_out_t
impl Unpin for ngx_http_headers_out_t
impl UnwindSafe for ngx_http_headers_out_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more