1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-07-12 07:11:29 +00:00

cors tests

This commit is contained in:
Dominic 2020-05-15 21:19:26 +02:00
parent f20c768d02
commit 74ef0af512
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
4 changed files with 160 additions and 10 deletions

View file

@ -10,6 +10,7 @@ pub use content_type::ContentTypeMatcher;
#[cfg(feature = "cors")]
mod access_control_request_method;
#[cfg(feature = "cors")]
pub use access_control_request_method::AccessControlRequestMethodMatcher;
type LookupTable = HashMap<String, Vec<usize>>;