1#![doc(html_root_url = "https://docs.rs/gateway-internal/0.1.1")] 2 3pub mod body_mapping; 4pub mod http_rule; 5pub mod method_binding; 6pub mod path_template; 7pub mod query_parameter;