Home
last modified time | relevance | path

Searched defs:to_str (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs382 pub fn to_str(&self) -> Result<String, HttpError> { in to_str() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs650 pub fn to_str(&self) -> String { in to_str() method