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:
parent
f20c768d02
commit
74ef0af512
4 changed files with 160 additions and 10 deletions
|
@ -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>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue