Home
last modified time | relevance | path

Searched defs:between_bytes_timeout (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dhttp_impl.rs34 let between_bytes_timeout = opts in handle() localVariable
H A Dtypes.rs46 pub between_bytes_timeout: Duration, field
225 pub between_bytes_timeout: Option<std::time::Duration>, field
251 pub between_bytes_timeout: std::time::Duration, field
H A Dbody.rs99 between_bytes_timeout: Duration, field
H A Dtypes_impl.rs777 fn between_bytes_timeout( in between_bytes_timeout() method
/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Drequest.rs25 pub between_bytes_timeout: Option<Duration>, field
321 let between_bytes_timeout = options in default_send_request() localVariable