[−][src]Struct nginx::ngx_http_upstream_conf_t
Fields
upstream: *mut ngx_http_upstream_srv_conf_t
connect_timeout: ngx_msec_t
send_timeout: ngx_msec_t
read_timeout: ngx_msec_t
next_upstream_timeout: ngx_msec_t
send_lowat: size_t
buffer_size: size_t
limit_rate: size_t
busy_buffers_size: size_t
max_temp_file_size: size_t
temp_file_write_size: size_t
busy_buffers_size_conf: size_t
max_temp_file_size_conf: size_t
temp_file_write_size_conf: size_t
bufs: ngx_bufs_t
ignore_headers: ngx_uint_t
next_upstream: ngx_uint_t
store_access: ngx_uint_t
next_upstream_tries: ngx_uint_t
buffering: ngx_flag_t
request_buffering: ngx_flag_t
pass_request_headers: ngx_flag_t
pass_request_body: ngx_flag_t
ignore_client_abort: ngx_flag_t
intercept_errors: ngx_flag_t
cyclic_temp_file: ngx_flag_t
force_ranges: ngx_flag_t
temp_path: *mut ngx_path_t
hide_headers_hash: ngx_hash_t
hide_headers: *mut ngx_array_t
pass_headers: *mut ngx_array_t
local: *mut ngx_http_upstream_local_t
socket_keepalive: ngx_flag_t
cache_zone: *mut ngx_shm_zone_t
cache_value: *mut ngx_http_complex_value_t
cache_min_uses: ngx_uint_t
cache_use_stale: ngx_uint_t
cache_methods: ngx_uint_t
cache_max_range_offset: off_t
cache_lock: ngx_flag_t
cache_lock_timeout: ngx_msec_t
cache_lock_age: ngx_msec_t
cache_revalidate: ngx_flag_t
cache_convert_head: ngx_flag_t
cache_background_update: ngx_flag_t
cache_valid: *mut ngx_array_t
cache_bypass: *mut ngx_array_t
cache_purge: *mut ngx_array_t
no_cache: *mut ngx_array_t
store_lengths: *mut ngx_array_t
store_values: *mut ngx_array_t
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
ssl: *mut ngx_ssl_t
ssl_session_reuse: ngx_flag_t
ssl_name: *mut ngx_http_complex_value_t
ssl_server_name: ngx_flag_t
ssl_verify: ngx_flag_t
module: ngx_str_t
spare: [u64; 2]
Implementations
impl ngx_http_upstream_conf_t
[src]
pub fn cache(&self) -> c_int
[src]
pub fn set_cache(&mut self, val: c_int)
[src]
pub fn store(&self) -> c_int
[src]
pub fn set_store(&mut self, val: c_int)
[src]
pub fn intercept_404(&self) -> c_uint
[src]
pub fn set_intercept_404(&mut self, val: c_uint)
[src]
pub fn change_buffering(&self) -> c_uint
[src]
pub fn set_change_buffering(&mut self, val: c_uint)
[src]
pub fn pass_trailers(&self) -> c_uint
[src]
pub fn set_pass_trailers(&mut self, val: c_uint)
[src]
pub fn preserve_output(&self) -> c_uint
[src]
pub fn set_preserve_output(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
cache: c_int,
store: c_int,
intercept_404: c_uint,
change_buffering: c_uint,
pass_trailers: c_uint,
preserve_output: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]
cache: c_int,
store: c_int,
intercept_404: c_uint,
change_buffering: c_uint,
pass_trailers: c_uint,
preserve_output: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Clone for ngx_http_upstream_conf_t
[src]
fn clone(&self) -> ngx_http_upstream_conf_t
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ngx_http_upstream_conf_t
[src]
impl Debug for ngx_http_upstream_conf_t
[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_upstream_conf_t
impl !Send for ngx_http_upstream_conf_t
impl !Sync for ngx_http_upstream_conf_t
impl Unpin for ngx_http_upstream_conf_t
impl UnwindSafe for ngx_http_upstream_conf_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<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>,