ZClientAspect

zio.http.ZClientAspect$
See theZClientAspect companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

final def debug(implicit trace: Trace): ZClientAspect[Nothing, Any, Nothing, Body, Nothing, Any, Nothing, Response]

Client aspect that logs a debug message to the console after each request

Client aspect that logs a debug message to the console after each request

Attributes

final def requestLogging(level: Status => LogLevel, failureLevel: LogLevel, loggedRequestHeaders: Set[HeaderType], loggedResponseHeaders: Set[HeaderType], logRequestBody: Boolean, logResponseBody: Boolean, requestCharset: Charset, responseCharset: Charset)(implicit trace: Trace): ZClientAspect[Nothing, Any, Nothing, Body, Nothing, Any, Nothing, Response]

Client aspect that logs details of each request and response

Client aspect that logs details of each request and response

Attributes