| Modifier and Type | Field and Description |
|---|---|
static HttpRouteKey |
HttpRouteKey.DEFAULT
(experimental) The catch-all route of the API, i.e., when no other routes match.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteKey |
HttpRouteProps.getRouteKey()
(experimental) The key to this route.
|
HttpRouteKey |
HttpRouteProps.Jsii$Proxy.getRouteKey() |
static HttpRouteKey |
HttpRouteKey.with(String path)
(experimental) Create a route key with the combination of the path and the method.
|
static HttpRouteKey |
HttpRouteKey.with(String path,
HttpMethod method)
(experimental) Create a route key with the combination of the path and the method.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRoute.Builder |
HttpRoute.Builder.routeKey(HttpRouteKey routeKey)
(experimental) The key to this route.
|
HttpRouteProps.Builder |
HttpRouteProps.Builder.routeKey(HttpRouteKey routeKey)
Sets the value of
HttpRouteProps.getRouteKey() |
Copyright © 2023. All rights reserved.