Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs134 pub fn value(&self) -> &HeaderValue { in value()
154 pub fn into_parts(self) -> (HeaderName, HeaderValue) { in into_parts() argument
303 pub struct HeaderValue { struct
309 impl HeaderValue { implementation
488 impl TryFrom<&str> for HeaderValue { implementation
506 impl TryFrom<&[u8]> for HeaderValue { implementation
729 pub fn insert<N, V>(&mut self, name: N, value: V) -> Result<Option<HeaderValue>, HttpError> in insert()