Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
Dmulti.rs166 pub(crate) fn append_header<N, V>( in append_header() method
413 pub fn append_header<N, V>(mut self, name: N, value: V) -> Self in append_header() method
Dpart.rs90 pub(crate) fn append_header<N, V>( in append_header() method
305 pub fn append_header<N, V>(mut self, name: N, value: V) -> Self in append_header() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Drequest.rs196 pub fn append_header(mut self, name: &str, value: &str) -> Self { in append_header() method
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs613 pub fn append_header<N, V>(mut self, name: N, value: V) -> Self in append_header() method