See: Description
| Interface | Description |
|---|---|
| WebRoutes |
Registers routes to a web framework.
|
| Class | Description |
|---|---|
| PathTypeConversion |
Helper type conversion methods.
|
| Annotation Type | Description |
|---|---|
| Controller |
Marker annotation for controllers.
|
| Delete |
Marks a method that handles HTTP DELETE requests.
|
| Get |
Marks a method that handles HTTP GET requests.
|
| HttpMethod | |
| Patch |
Marks a method that handles HTTP PATCH requests.
|
| Path |
Specify the path mapping request to the controller.
|
| Post |
Marks a method that handles HTTP POST requests.
|
| Put |
Marks a method that handles HTTP PUT requests.
|
Copyright © 2018. All rights reserved.