pub async fn serve_with_proxy<P: RealmProxy>( proxy: P, stream: RealmProxy_RequestStream, ) -> Result<(), Error>