pub struct HttpServerSettings {
pub max_parallel: Option<usize>,
pub true_ip_header: Option<String>,
pub keep_alive: bool,
pub with_upgrades: bool,
}
Fields§
§max_parallel: Option<usize>
§true_ip_header: Option<String>
§keep_alive: bool
§with_upgrades: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpServerSettings
impl RefUnwindSafe for HttpServerSettings
impl Send for HttpServerSettings
impl Sync for HttpServerSettings
impl Unpin for HttpServerSettings
impl UnwindSafe for HttpServerSettings
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