LoggableHttpClientConfig class

Configure "What to log" in LoggableHttpClient

Constructors

LoggableHttpClientConfig({bool logInputBody = true, bool logOutputBody = false, bool hideAuthorization = true, bool cutLongBody = true, bool logInputHeaders = true, bool logOutputHeaders = true})
const
LoggableHttpClientConfig.full()
factory

Properties

cutLongBody bool
final
hashCode int
The hash code for this object.
no setterinherited
hideAuthorization bool
final
logInputBody bool
final
logInputHeaders bool
final
logOutputBody bool
final
logOutputHeaders bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited