Home
last modified time | relevance | path

Searched refs:set_path_with_query (Results 1 – 11 of 11) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp2_http_outbound_request_response_build.rs61 assert!(req.set_path_with_query(Some("/bad\npath")).is_err()); in main()
H A Dp3_http_proxy.rs33 .set_path_with_query(Some(url.path())) in handle()
H A Dp2_http_outbound_request_content_length.rs19 .set_path_with_query(Some("/")) in make_request()
H A Dp3_http_outbound_request_response_build.rs63 assert!(req.set_path_with_query(Some("/bad\npath")).is_err()); in run()
H A Dp3_http_outbound_request_content_length.rs38 .set_path_with_query(Some("/")) in make_request()
H A Dp3_http_middleware.rs119 .set_path_with_query(path_with_query.as_deref()) in handle()
H A Dp2_api_proxy_streaming.rs176 .set_path_with_query(Some(url.path())) in double_echo()
260 .set_path_with_query(Some(url.path())) in hash()
/wasmtime-44.0.1/crates/test-programs/src/p3/
H A Dhttp.rs88 .set_path_with_query(Some(&path_with_query)) in request()
/wasmtime-44.0.1/crates/test-programs/src/
H A Dhttp.rs70 .set_path_with_query(Some(&path_with_query)) in request()
/wasmtime-44.0.1/crates/wasi-http/src/p3/host/
H A Dtypes.rs411 fn set_path_with_query( in set_path_with_query() method
/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dtypes_impl.rs310 fn set_path_with_query( in set_path_with_query() method