LogLevel

HTTP client logging verbosity level.

Controls which aspects of HTTP requests and responses are logged. Levels are ordered from most verbose (All) to least verbose (None).

Entries

Link copied to clipboard

Log everything: request/response headers, bodies, and metadata.

Link copied to clipboard

Log HTTP headers only, without request/response bodies.

Link copied to clipboard

Log request/response bodies only, without headers.

Link copied to clipboard

Log basic request/response information (method, URL, status code).

Link copied to clipboard

Disable all HTTP logging.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): LogLevel

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.