http
Table of Contents
Classes
- 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.
- 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.