pub fn encode_stream_header( frame_type: FrameType, method_id: u16, request_id: u64, payload_len: u32, ) -> [u8; 15]
Encode a streaming frame header.