| Package | Description |
|---|---|
| express.http.response | |
| express.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.sendStatus(Status status)
Set the response-status and send the response.
|
Response |
Response.setStatus(Status status)
Set the response-status.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.valueOf(int code) |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.