| Package | Description |
|---|---|
| org.flmelody.core |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RouterGroup<M> |
AbstractRouterGroup.http(HttpMethod httpMethod,
String relativePath,
Consumer<SimpleWindwardContext> consumer) |
Windward |
Windward.http(HttpMethod httpMethod,
String relativePath,
Consumer<SimpleWindwardContext> consumer)
register function with specific method
|
Router |
Router.http(HttpMethod httpMethod,
String relativePath,
Consumer<SimpleWindwardContext> consumer)
register function with specific method
|
RouterGroup<M> |
AbstractRouterGroup.http(HttpMethod httpMethod,
String relativePath,
Function<EnhancedWindwardContext,?> function) |
Windward |
Windward.http(HttpMethod httpMethod,
String relativePath,
Function<EnhancedWindwardContext,?> function)
register function with specific method
|
Router |
Router.http(HttpMethod httpMethod,
String relativePath,
Function<EnhancedWindwardContext,?> function)
register function with specific method
|
<R> RouterGroup<M> |
AbstractRouterGroup.http(HttpMethod httpMethod,
String relativePath,
Supplier<R> supplier) |
<R> Windward |
Windward.http(HttpMethod httpMethod,
String relativePath,
Supplier<R> supplier)
register function with specific method
|
<R> Router |
Router.http(HttpMethod httpMethod,
String relativePath,
Supplier<R> supplier)
register function with specific method
|
Copyright © 2023 flmelody. All rights reserved.