Package-level declarations

Types

Link copied to clipboard

Enum class representing various HTTP request methods.

Link copied to clipboard
class StatusCodeRecognizer(statusCode: Int, colorInformational: Int = 0xFF2b3f57.toInt(), colorSuccess: Int = 0xFF2cb87b.toInt(), colorRedirectional: Int = 0xFF3c7df5.toInt(), colorClientError: Int = 0xFFf79705.toInt(), colorServerError: Int = 0xFFf43c56.toInt())

A class that recognizes the status code of an HTTP response and provides the corresponding color and description.