AhcCurlRequestLogger

play.api.libs.ws.ahc.AhcCurlRequestLogger
See theAhcCurlRequestLogger companion object
class AhcCurlRequestLogger(logger: Logger) extends WSRequestFilter, CurlFormat

Logs StandaloneWSRequest and pulls information into Curl format to an SLF4J logger.

Value parameters

logger

an SLF4J logger

Attributes

See also
Companion
object
Graph
Supertypes
trait CurlFormat
trait WSRequestFilter
trait WSRequestExecutor => WSRequestExecutor
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(executor: WSRequestExecutor): WSRequestExecutor

Inherited methods

def andThen[A](g: WSRequestExecutor => A): WSRequestExecutor => A

Attributes

Inherited from:
Function1
def compose[A](g: A => WSRequestExecutor): A => WSRequestExecutor

Attributes

Inherited from:
Function1
protected def findCharset(request: StandaloneAhcWSRequest): String

Attributes

Inherited from:
CurlFormat
def quote(unsafe: String): String

Attributes

Inherited from:
CurlFormat
def toCurl(request: StandaloneAhcWSRequest): String

Attributes

Inherited from:
CurlFormat
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1