Home
last modified time | relevance | path

Searched defs:header_value (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmod.rs191 let header_value = headers.get("Content-Type"); in get_content_type_boundary() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
H A Ddecoder.rs492 let header_value = if let Some(last_visible) = complete_value in decode_value() localVariable
621 let header_value = value.as_str(); in header_insert() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs1253 let header_value = new_headers.get("accept").unwrap(); in ut_change_headers_info() localVariable