Searched refs:new_parts (Results 1 – 1 of 1) sorted by relevance
1380 let mut new_parts = Parts::new(); in ut_headers_frame_encoding() localVariable1381 new_parts.pseudo.set_method(Some("GET".to_string())); in ut_headers_frame_encoding()1383 new_parts.pseudo.set_path(Some("/code".to_string())); in ut_headers_frame_encoding()1384 new_parts in ut_headers_frame_encoding()1538 let mut new_parts = Parts::new(); in ut_continue_frame_encoding() localVariable1539 new_parts.pseudo.set_method(Some("GET".to_string())); in ut_continue_frame_encoding()1541 new_parts.pseudo.set_path(Some("/code".to_string())); in ut_continue_frame_encoding()1542 new_parts in ut_continue_frame_encoding()1837 let mut new_parts = Parts::new(); in ut_encode_continuation_frames() localVariable1838 assert!(new_parts.is_empty()); in ut_encode_continuation_frames()[all …]