| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p2_cli_serve_return_before_set.rs | 1 use test_programs::proxy; 6 proxy::export!(T); 8 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_trap_before_set.rs | 1 use test_programs::proxy; 6 proxy::export!(T); 8 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_sleep.rs | 1 use test_programs::proxy; 6 proxy::export!(T); 8 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_authority_and_scheme.rs | 1 use test_programs::proxy; 8 proxy::export!(T); 10 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_hello_world.rs | 1 use test_programs::proxy; 8 proxy::export!(T); 10 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_config.rs | 1 use test_programs::proxy; 9 proxy::export!(T); 11 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_echo_env.rs | 1 use test_programs::proxy; 8 proxy::export!(T); 10 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_keyvalue.rs | 1 use test_programs::proxy; 9 proxy::export!(T); 11 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_cli_serve_with_print.rs | 2 use test_programs::proxy; 10 proxy::export!(T); 12 impl proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_api_proxy_forward_request.rs | 7 test_programs::proxy::export!(T); 9 impl test_programs::proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_api_proxy.rs | 8 test_programs::proxy::export!(T); 10 impl test_programs::proxy::exports::wasi::http::incoming_handler::Guest for T {
|
| H A D | p2_api_proxy_streaming.rs | 13 test_programs::proxy::export!(Handler); 15 impl test_programs::proxy::exports::wasi::http::incoming_handler::Guest for Handler {
|
| /wasmtime-44.0.1/ci/ |
| H A D | build-wasi-preview1-component-adapter.sh | 41 $build_adapter --release --no-default-features --features proxy 42 build $release proxy
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/provider/artefacts/ |
| H A D | .gitignore | 3 /wasi_snapshot_preview1.proxy.wasm
|
| /wasmtime-44.0.1/crates/wasi-http/wit/ |
| H A D | world.wit | 5 include wasi:http/proxy@0.2.6;
|
| /wasmtime-44.0.1/crates/wasi-preview1-component-adapter/ |
| H A D | Cargo.toml | 32 proxy = []
|
| /wasmtime-44.0.1/crates/test-programs/src/ |
| H A D | lib.rs | 32 pub mod proxy { module
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | serve.rs | 1019 let proxy = proxy_pre.instantiate_async(&mut *store).await?; in debug_serve_body() localVariable 1096 if let Err(e) = proxy in debug_serve_body() 1176 Box::new(move |store, proxy| { in handle_request() 1179 match proxy { in handle_request() 1180 Proxy::P2(proxy) => { in handle_request() 1191 proxy in handle_request() 1196 Proxy::P3(proxy) => { in handle_request() 1206 let res = proxy.handle(store, request).await??; in handle_request()
|
| /wasmtime-44.0.1/crates/wasi-http/src/ |
| H A D | handler.rs | 314 let proxy = &handler.instance_pre.instantiate_async(&mut store).await?; in run_() localVariable 344 (task)(accessor, proxy).await; in run_()
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/ |
| H A D | mod.rs | 15 mod proxy; module
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/ |
| H A D | p2.rs | 175 let proxy = in run_wasi_http() localVariable 203 proxy in run_wasi_http()
|
| /wasmtime-44.0.1/crates/wasi-http/wit/deps/ |
| H A D | http.wit | 62 …/// <https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy… 702 /// The `wasi:http/proxy` world captures a widely-implementable intersection of 707 world proxy {
|
| /wasmtime-44.0.1/docs/ |
| H A D | cli-options.md | 156 The `serve` subcommand runs a WebAssembly component in the `wasi:http/proxy` 173 At the time of writing, the `wasi:http/proxy` world is still experimental and
|
| H A D | stability-tiers.md | 187 * [WASI proposal: `proxy-wasm`](https://github.com/proxy-wasm/spec)
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/wit/deps/ |
| H A D | http.wit | 54 …/// <https://www.iana.org/assignments/http-proxy-status/http-proxy-status.xhtml#table-http-proxy…
|