Home
last modified time | relevance | path

Searched refs:new_user_unsupported_request_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Derror.rs360 pub(super) fn new_user_unsupported_request_method() -> Error { in new_user_unsupported_request_method() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dclient.rs182 crate::Error::new_user_unsupported_request_method(), in request()