| /wasmtime-44.0.1/crates/wasi-http/src/p2/ |
| H A D | types_impl.rs | 18 impl types::Host for WasiHttpCtxView<'_> { implementation 36 impl types::HostFields for WasiHttpCtxView<'_> { implementation 168 impl types::HostIncomingRequest for WasiHttpCtxView<'_> { implementation 221 impl types::HostOutgoingRequest for WasiHttpCtxView<'_> { implementation 388 impl types::HostResponseOutparam for WasiHttpCtxView<'_> { implementation 422 impl types::HostIncomingResponse for WasiHttpCtxView<'_> { implementation 468 impl types::HostFutureTrailers for WasiHttpCtxView<'_> { implementation 515 impl types::HostIncomingBody for WasiHttpCtxView<'_> { implementation 546 impl types::HostOutgoingResponse for WasiHttpCtxView<'_> { implementation 685 impl types::HostOutgoingBody for WasiHttpCtxView<'_> { implementation [all …]
|
| H A D | http_impl.rs | 4 HttpResult, WasiHttpCtxView, 18 impl outgoing_handler::Host for WasiHttpCtxView<'_> { implementation
|
| H A D | mod.rs | 353 pub struct WasiHttpCtxView<'a> { struct 368 type Data<'a> = WasiHttpCtxView<'a>; argument 405 fn http(&mut self) -> WasiHttpCtxView<'_>; in http()
|
| H A D | types.rs | 6 WasiHttpCtxView, WasiHttpHooks, 106 impl WasiHttpCtxView<'_> { impl 154 impl WasiHttpCtxView<'_> { implementation
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/host/ |
| H A D | handler.rs | 5 use crate::p3::{HttpError, HttpResult, WasiHttp, WasiHttpCtxView}; 55 let WasiHttpCtxView { table, .. } = store.get(); in send() localVariable 118 impl Host for WasiHttpCtxView<'_> {} implementation
|
| H A D | types.rs | 9 use crate::p3::{HeaderResult, HttpError, RequestOptionsResult, WasiHttp, WasiHttpCtxView}; 187 impl HostFields for WasiHttpCtxView<'_> { implementation 336 let WasiHttpCtxView { table, .. } = store.get(); in new() localVariable 385 impl HostRequest for WasiHttpCtxView<'_> { implementation 498 impl HostRequestOptions for WasiHttpCtxView<'_> { implementation 618 let WasiHttpCtxView { table, .. } = store.get(); in new() localVariable 662 impl HostResponse for WasiHttpCtxView<'_> { implementation 689 impl Host for WasiHttpCtxView<'_> { implementation
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/ |
| H A D | mod.rs | 61 type Data<'a> = WasiHttpCtxView<'a>; 185 pub struct WasiHttpCtxView<'a> { struct 199 fn http(&mut self) -> WasiHttpCtxView<'_>; in http()
|
| H A D | body.rs | 3 use crate::p3::{WasiHttp, WasiHttpCtxView}; 76 getter: fn(&mut T) -> WasiHttpCtxView<'_>, in consume() 276 getter: fn(&mut T) -> WasiHttpCtxView<'_>, in new() 408 getter: fn(&mut T) -> WasiHttpCtxView<'_>, 429 let WasiHttpCtxView { table, .. } = (self.getter)(store.data_mut()); in poll_consume() localVariable 447 getter: fn(&mut T) -> WasiHttpCtxView<'_>,
|
| H A D | response.rs | 3 use crate::p3::{WasiHttpCtxView, WasiHttpView}; 59 getter: fn(&mut T) -> WasiHttpCtxView<'_>, in into_http_with_getter()
|
| H A D | request.rs | 3 use crate::p3::{HttpError, HttpResult, WasiHttpCtxView, WasiHttpView}; 149 getter: fn(&mut T) -> WasiHttpCtxView<'_>, in into_http_with_getter() 211 let WasiHttpCtxView { hooks, ctx, .. } = getter(store.data_mut()); in into_http_with_getter() localVariable 517 fn http(&mut self) -> WasiHttpCtxView<'_> { in http() 518 WasiHttpCtxView { in http()
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | store.rs | 111 fn http(&mut self) -> wasmtime_wasi_http::p2::WasiHttpCtxView<'_> { in http() 115 wasmtime_wasi_http::p2::WasiHttpCtxView { in http()
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/ |
| H A D | p2.rs | 23 p2::{HttpResult, WasiHttpCtxView, WasiHttpHooks, WasiHttpView}, 56 fn http(&mut self) -> WasiHttpCtxView<'_> { in http() 57 WasiHttpCtxView { in http()
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/p3/ |
| H A D | mod.rs | 25 self, Request, RequestOptions, WasiHttpCtxView, WasiHttpHooks, WasiHttpView, 113 fn http(&mut self) -> WasiHttpCtxView<'_> { in http() 114 WasiHttpCtxView { in http()
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | serve.rs | 82 fn http(&mut self) -> wasmtime_wasi_http::p2::WasiHttpCtxView<'_> { in http() 83 wasmtime_wasi_http::p2::WasiHttpCtxView { in http() 93 fn http(&mut self) -> wasmtime_wasi_http::p3::WasiHttpCtxView<'_> { in http() 94 wasmtime_wasi_http::p3::WasiHttpCtxView { in http()
|
| H A D | run.rs | 1529 fn http(&mut self) -> wasmtime_wasi_http::p2::WasiHttpCtxView<'_> { in http() 1532 wasmtime_wasi_http::p2::WasiHttpCtxView { in http() 1542 fn http(&mut self) -> wasmtime_wasi_http::p3::WasiHttpCtxView<'_> { in http() 1545 wasmtime_wasi_http::p3::WasiHttpCtxView { in http()
|