HttpClientLogLevel

Enumeration representing different log levels for an HTTP client.

This enum class defines log levels that can be associated with an HTTP client, mapping them to the corresponding log levels in the Ktor HTTP client library.

Entries

Link copied to clipboard

No logging.

Link copied to clipboard

Log only informational messages for HTTP requests and responses.

Link copied to clipboard

Log HTTP request and response bodies in addition to informational messages.

Link copied to clipboard

Log HTTP headers in addition to informational messages.

Link copied to clipboard

Log all details, including HTTP headers and request/response bodies.

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
Link copied to clipboard

Functions

Link copied to clipboard

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.