Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/wasi-http/src/p3/
H A Dconv.rs47 impl From<http::Method> for Method { implementation
53 impl From<&http::Method> for Method { implementation
79 impl TryFrom<Method> for http::Method { implementation
87 impl TryFrom<&Method> for http::Method { implementation
H A Drequest.rs54 method: Method, in new()
/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dtypes.rs49 impl From<http::Method> for types::Method { implementation
75 impl TryInto<http::Method> for types::Method { implementation
78 fn try_into(self) -> Result<http::Method, Self::Error> { in try_into()
H A Dtypes_impl.rs169 fn method(&mut self, id: Resource<HostIncomingRequest>) -> wasmtime::Result<Method> { in method()
281 ) -> wasmtime::Result<Method> { in method()
288 method: Method, in set_method()
/wasmtime-44.0.1/crates/test-programs/src/p3/
H A Dhttp.rs38 method: types::Method, in request()
/wasmtime-44.0.1/crates/test-programs/src/
H A Dhttp.rs34 method: http_types::Method, in request()
/wasmtime-44.0.1/crates/wasi-http/src/p3/host/
H A Dtypes.rs386 fn get_method(&mut self, req: Resource<Request>) -> wasmtime::Result<Method> { in get_method()
394 method: Method, in set_method()