http
Table of Contents
Classes
- DeleteAllRoute
- Represents a route that registers an HTTP DELETE verb,
dispatching to the controller's `deleteAll()` method by convention.
- DeleteRoute
- Represents a route that registers an HTTP DELETE verb.
- GetRoute
- Represents a route that registers an HTTP GET verb.
- HttpMethodRoute
- Abstract base class for routes mapped to a controller method.
- ListRoute
- Represents a route that registers an HTTP GET verb,
dispatching to the controller's `list()` method by convention.
- OptionsRoute
- Represents a route that registers an HTTP OPTIONS verb.
- PatchRoute
- Represents a route that registers an HTTP PATCH verb.
- PostRoute
- Represents a route that registers an HTTP POST verb.
- PutRoute
- Represents a route that registers an HTTP PUT verb.
- SearchRoute
- Represents a route that registers an HTTP GET verb,
dispatching to the controller's `search()` method by convention.