| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | parts.rs | 40 pub fn set_header_lines(&mut self, headers: Headers) { in set_header_lines() 59 pub(crate) fn parts(&self) -> (&PseudoHeaders, &Headers) { in parts() 63 pub(crate) fn into_parts(self) -> (PseudoHeaders, Headers) { in into_parts() argument
|
| D | frame.rs | 62 Headers = 0x1, enumerator 79 Headers(Headers), enumerator 125 pub struct Headers { struct 126 parts: Parts, 297 pub(crate) fn as_headers(&self) -> Option<&Headers> { in as_headers() 323 impl Headers { impl 330 pub fn parts(&self) -> (&PseudoHeaders, &headers::Headers) { in parts()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
| D | multi.rs | 147 pub(crate) fn set_headers(&mut self, headers: Headers) { in set_headers() 155 ) -> Result<&mut Headers, HttpError> in insert_header() 170 ) -> Result<&mut Headers, HttpError> in append_header() 189 ) -> Result<&mut Headers, HttpError> { in set_content_type() 228 pub fn headers(&self) -> &Headers { in headers() 233 pub fn headers_mut(&mut self) -> &mut Headers { in headers_mut() 238 pub fn headers_once(&mut self) -> Headers { in headers_once()
|
| D | part.rs | 75 pub(crate) fn set_headers(&mut self, headers: Headers) { in set_headers() 79 pub(crate) fn header<N, V>(&mut self, name: N, value: V) -> Result<&mut Headers, HttpError> in header() 94 ) -> Result<&mut Headers, HttpError> in append_header() 168 pub fn headers(&self) -> &Headers { in headers() 173 pub fn headers_mut(&mut self) -> &mut Headers { in headers_mut() 178 pub fn headers_once(&mut self) -> Headers { in headers_once() 412 Headers, enumerator
|
| D | headers.rs | 161 ) -> Result<(TokenStatus<Headers, ()>, &'a [u8]), HttpError> { in decode()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 571 pub struct Headers { struct 575 impl fmt::Display for Headers { implementation 590 impl Headers { implementation 843 impl IntoIterator for Headers { implementation 868 impl<'a> IntoIterator for &'a Headers { implementation 877 impl<'a> IntoIterator for &'a mut Headers { implementation
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
| D | http_body.rs | 111 fn trailer(&mut self) -> Result<Option<Headers>, Self::Error> { in trailer() 342 fn get_trailer(&self) -> Result<Option<Headers>, HttpClientError> { in get_trailer()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
| D | http_body.rs | 143 fn trailer(&mut self) -> Result<Option<Headers>, Self::Error> { in trailer() 519 fn get_trailer(&self) -> Result<Option<Headers>, HttpClientError> { in get_trailer()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | mod.rs | 346 pub fn headers(&self) -> &Headers { in headers() 360 pub fn headers_mut(&mut self) -> &mut Headers { in headers_mut()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/ |
| D | mod.rs | 158 fn trailer(&mut self) -> Result<Option<Headers>, Self::Error> { in trailer() 298 fn trailer(&mut self) -> Result<Option<Headers>, Self::Error> { in trailer()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/response/ |
| D | mod.rs | 55 pub fn headers(&self) -> &Headers { in headers()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/ |
| D | part.rs | 59 pub(crate) fn init_from_multi(&mut self, headers: Headers, boundary: Vec<u8>) { in init_from_multi()
|
| D | multi.rs | 177 fn push_new_multi_stage(&mut self, headers: Headers, boundary: Vec<u8>) { in push_new_multi_stage()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h1/response/ |
| D | decoder.rs | 610 mut headers: Headers, in header_insert() 611 ) -> Result<Option<Headers>, HttpError> { in header_insert()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/ |
| D | multi.rs | 363 Headers(EncodeHeaders), enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | redirect.rs | 211 fn remove_sensitive_headers(headers: &mut Headers, next: &Uri, previous: &[Uri]) { in remove_sensitive_headers()
|