pdk-cors-lib 1.6.0

PDK Cors Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2025, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file

pub mod origins;
pub mod request_processor;
pub mod request_selector;
mod simple_request_allowed_methods;
mod simple_request_content_type;
mod simple_request_headers;
mod simple_requests_validator;