StatusCodes

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

Link copied to clipboard

The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

Link copied to clipboard

The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

Link copied to clipboard

The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.

Functions

Link copied to clipboard
inline fun copy(block: StatusCodes.Builder.() -> Unit = {}): StatusCodes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String