Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/response/
Dredirect.rs44 Self::with_status_code(StatusCode::SEE_OTHER, uri) in to()
58 Self::with_status_code(StatusCode::TEMPORARY_REDIRECT, uri) in temporary()
69 Self::with_status_code(StatusCode::PERMANENT_REDIRECT, uri) in permanent()
76 fn with_status_code(status_code: StatusCode, uri: &str) -> Self { in with_status_code() method