Struct wasmtime_wasi_http::types::HostRequestOptions
source · pub struct HostRequestOptions {
pub connect_timeout: Option<Duration>,
pub first_byte_timeout: Option<Duration>,
pub between_bytes_timeout: Option<Duration>,
}
Fields§
§connect_timeout: Option<Duration>
§first_byte_timeout: Option<Duration>
§between_bytes_timeout: Option<Duration>
Trait Implementations§
source§impl Default for HostRequestOptions
impl Default for HostRequestOptions
source§fn default() -> HostRequestOptions
fn default() -> HostRequestOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for HostRequestOptions
impl Send for HostRequestOptions
impl Sync for HostRequestOptions
impl Unpin for HostRequestOptions
impl UnwindSafe for HostRequestOptions
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
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
Query the “status” flags for the
self
file descriptor.