Types

Link copied to clipboard

The status code for 202 Accepted.

Link copied to clipboard

The status code for 400 Bad Request.

Link copied to clipboard

The status code for 100 Continue.

Link copied to clipboard

The status code for 201 Created.

Link copied to clipboard
class Custom(val code: Int) : StatusCode

A custom status code.

Link copied to clipboard

The status code for 403 Forbidden.

Link copied to clipboard
object FOUND : StatusCode

The status code for 302 Found.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The status code for 204 No Content.

Link copied to clipboard

The status code for 406 Not Acceptable.

Link copied to clipboard

The status code for 404 Not Found.

Link copied to clipboard

The status code for 303 See Other.

Link copied to clipboard
object OK : StatusCode

The status code for 200 OK.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The status code for 401 Unauthorized.

Properties

Link copied to clipboard
val code: Int

The status code.