| Connect |
Annotation to configure a route to handle CONNECT requests.
|
| Consumes |
Annotation to configure Route.consumes()
|
| Delete |
Annotation to configure a route to handle DELETE requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
DELETE requests.
|
| Endpoint |
Annotation to configure a route to handle all HTTP requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
requests.
|
| Get |
Annotation to configure a route to handle GET requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
GET requests.
|
| Head |
Annotation to configure a route to handle HEAD requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
HEAD requests.
|
| OnFail |
Annotation to configure a route to handle requests that have failed
|
| Patch |
Annotation to configure a route to handle PATCH requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
PATCH requests.
|
| Post |
Annotation to configure a route to handle POST requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
POST requests.
|
| Put |
Annotation to configure a route to handle PUT requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
PUT requests.
|
| RouteSpec |
|
| WebSocket |
Annotation to configure a route to handle websocket requests
Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all
websocket requests.
|