Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
Dheaders.rs291 fn get_header_name(buf: &[u8]) -> BytesResult { in get_header_name()
304 fn get_header_value(buf: &[u8]) -> BytesResult { in get_header_value()
Dmod.rs26 pub(crate) type BytesResult<'a> = Result<TokenStatus<(&'a [u8], &'a [u8]), &'a [u8]>, HttpError>; typedef