Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
Dpart.rs62 pub(crate) headers: Headers, field
168 pub fn headers(&self) -> &Headers { in headers() method
443 let mut headers = Headers::new(); in ut_mime_part_builder_set_headers() localVariable
451 let mut headers = Headers::new(); in ut_mime_part_builder_set_headers() localVariable
472 let mut headers = Headers::new(); in ut_mime_part_builder_insert_header() localVariable
507 let mut headers = Headers::new(); in ut_mime_part_builder() localVariable
527 let mut headers = Headers::new(); in ut_mime_part_headers() localVariable
547 let mut headers = Headers::new(); in ut_mime_part_headers_mut() localVariable
567 let mut headers = Headers::new(); in ut_mime_part_headers_once() localVariable
Dheaders.rs124 pub(crate) headers: Headers, field
384 let mut headers = Headers::new(); in ut_decode_headers_decode() localVariable
399 let mut headers = Headers::new(); in ut_decode_headers_decode() localVariable
414 let mut headers = Headers::new(); in ut_decode_headers_decode() localVariable
438 let mut headers = Headers::new(); in ut_decode_headers_decode2() localVariable
477 let mut headers = Headers::new(); in ut_decode_headers_decode3() localVariable
Dmod.rs14 mod headers; module
230 let mut headers = Headers::new(); in ut_get_content_type_boundary() localVariable
242 let mut headers = Headers::new(); in ut_get_content_type_boundary() localVariable
254 let mut headers = Headers::new(); in ut_get_content_type_boundary() localVariable
Dmulti.rs128 pub(crate) headers: Headers, field
228 pub fn headers(&self) -> &Headers { in headers() method
/commonlibrary/rust/ylong_http/ylong_http/src/response/
Dmod.rs54 pub fn headers(&self) -> &Headers { in headers() method
100 pub headers: Headers, field
164 let mut headers = Headers::new(); in ut_response_headers() localVariable
245 let mut headers = Headers::new(); in ut_response_from_raw_parts() localVariable
/commonlibrary/rust/ylong_http/ylong_http/tests/
Dsdv_http_headers.rs44 let mut headers = Headers::new(); in sdv_client_send_request_repeatedly() localVariable
Dsdv_http_body.rs137 let mut headers = Headers::new(); in sdv_chunk_body_encode_trailer_0() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/
Dlib.rs45 pub mod headers; module
Dheaders.rs1125 let mut headers = Headers::new(); in ut_headers_get_mut() localVariable
1279 let mut headers = Headers::new(); in ut_headers_iter() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs352 pub fn headers(&self) -> &Headers { in headers() method
678 pub headers: Headers, field
/commonlibrary/rust/ylong_http/ylong_http/src/h1/response/
Ddecoder.rs66 headers: Option<Headers>, field
301 let headers = Headers::new(); in header_phase_with_init() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp3.rs52 let headers = build_headers_frame(part) in request() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs650 let headers = self.hpack.hpack_finish()?; in decode_continuation_payload() localVariable
711 let headers = self.hpack.hpack_finish()?; in decode_headers_payload() localVariable
777 let headers = self.hpack.hpack_finish()?; in push_promise_framing() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/
Dmulti.rs99 headers: Option<Headers>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmanager.rs180 let headers = Frame::new(id, message.request.flag, message.request.payload); in poll_recv_request() localVariable
Dstreams.rs407 pub(crate) fn headers(&mut self, id: StreamId) -> Result<Option<Frame>, H2Error> { in headers() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dencoder.rs719 let headers = Headers::new(parts); in ut_encoder_request_stream_header() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dchunk.rs1476 let mut headers = Headers::new(); in ut_chunk_body_encode_trailer_0() localVariable