pub(super) fn session_response( status: StatusCode, body: Body, content_type: Option<&'static str>, meta: &Meta, ) -> Result<Response>