pub(crate) fn handle_get_cookie(
documents: &DocumentCollection,
pipeline: PipelineId,
name: String,
reply: IpcSender<Result<Vec<Serde<Cookie<'static>>>, ErrorStatus>>,
)
pub(crate) fn handle_get_cookie(
documents: &DocumentCollection,
pipeline: PipelineId,
name: String,
reply: IpcSender<Result<Vec<Serde<Cookie<'static>>>, ErrorStatus>>,
)