module
Amber::Router::Constraint
Overview
Abstract constraint that can inspect the full HTTP request. Implement this module to create custom request-level constraints for route matching (e.g., subdomain, host, header matching).
Direct including types
- Amber::Router::Constraints::Accept
- Amber::Router::Constraints::Header
- Amber::Router::Constraints::Host
- Amber::Router::Constraints::Subdomain