1 2 3 4 5 6 7 8
// Copyright (c) 2026, Salesforce, Inc., // All rights reserved. // For full license text, see the LICENSE.txt file pub mod cors; pub mod request; pub mod resource; pub mod response;