| Package | Description |
|---|---|
| net.kunmc.lab.kpm.utils.http |
| Modifier and Type | Method and Description |
|---|---|
static HTTPResponse.RequestStatus |
HTTPResponse.RequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPResponse.RequestStatus[] |
HTTPResponse.RequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HTTPResponse |
HTTPResponse.error(@NotNull RequestContext request,
@NotNull HTTPResponse.RequestStatus status)
エラーのレスポンスを生成します。
|
Copyright © 2023. All rights reserved.