pub struct HttpDefaults;
Implementations§
Source§impl HttpDefaults
impl HttpDefaults
pub const REQUEST_TIMEOUT_SECS: u64 = 30u64
pub const KEEP_ALIVE_TIMEOUT_SECS: u64 = 75u64
pub const MAX_REQUEST_SIZE: usize = 16_777_216usize
pub const ENABLE_TRACING: bool = true
pub const HEALTH_CHECK_PATH: &'static str = DEFAULT_HEALTH_CHECK_PATH
pub const SHUTDOWN_TIMEOUT_SECS: u64 = 10u64
Auto Trait Implementations§
impl Freeze for HttpDefaults
impl RefUnwindSafe for HttpDefaults
impl Send for HttpDefaults
impl Sync for HttpDefaults
impl Unpin for HttpDefaults
impl UnwindSafe for HttpDefaults
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