Routing
Table of Contents
Namespaces
- Attributes
- Exceptions
- Filters
- RateLimit
Interfaces
- IIpResolver
- Interface for IP address resolution strategies.
Classes
- DefaultIpResolver
- Default IP resolver implementation that checks common proxy headers.
- Filter
- Filters allow arbitrary code to be run before or after a route is executed.
- Request
- RequestMethod
- Representation of an http request method.
- Route
- Static wrapper for the Router singleton.
- RouteDefinition
- Data class representing a route definition discovered via attributes.
- RouteMap
- Route mapping and parameter extraction for HTTP requests.
- Router
- Core HTTP routing engine for the Neuron framework.
- RouteScanner
- Route scanner that discovers routes defined via PHP attributes.