| Package | Description |
|---|---|
| io.lettuce.core.support.http |
HTTP client infrastructure for lightweight HTTP operations.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClient.Method |
HttpClient.Request.getMethod()
Gets the HTTP method.
|
static HttpClient.Method |
HttpClient.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpClient.Method[] |
HttpClient.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026 lettuce.io. All rights reserved.