Home
last modified time | relevance | path

Searched refs:set_method (Results 1 – 13 of 13) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp2_http_outbound_request_response_build.rs14 .set_method(&http_types::Method::Get) in main()
47 req.set_method(&http_types::Method::Other("invalid method".to_string())) in main()
H A Dp3_http_outbound_request_response_build.rs21 request.set_method(&Method::Get).expect("setting method"); in run()
50 req.set_method(&Method::Other("invalid method".to_string())) in run()
H A Dp2_http_outbound_request_missing_path_and_query.rs7 req.set_method(&Method::Get).unwrap(); in main()
H A Dp3_http_outbound_request_missing_path_and_query.rs14 req.set_method(&Method::Get).unwrap(); in run()
H A Dp3_http_proxy.rs31 outgoing_request.set_method(&method).unwrap(); in handle()
H A Dp2_http_outbound_request_content_length.rs9 .set_method(&http_types::Method::Post) in make_request()
H A Dp3_http_outbound_request_content_length.rs26 request.set_method(&Method::Post).expect("setting method"); in make_request()
H A Dp3_http_middleware.rs116 my_request.set_method(&method).unwrap(); in handle()
H A Dp2_api_proxy_streaming.rs172 .set_method(&Method::Post) in double_echo()
/wasmtime-44.0.1/crates/test-programs/src/p3/
H A Dhttp.rs79 .set_method(&method) in request()
/wasmtime-44.0.1/crates/test-programs/src/
H A Dhttp.rs61 .set_method(&method) in request()
/wasmtime-44.0.1/crates/wasi-http/src/p3/host/
H A Dtypes.rs391 fn set_method( in set_method() method
/wasmtime-44.0.1/crates/wasi-http/src/p2/
H A Dtypes_impl.rs285 fn set_method( in set_method() method