HttpAuditing

uk.gov.hmrc.play.audit.http.HttpAuditing
trait HttpAuditing

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object AuditingHook extends HttpHook

Attributes

Supertypes
trait HttpHook
class Object
trait Matchable
class Any
Self type
protected case class HttpRequest(verb: String, url: String, headers: Seq[(String, String)], body: Option[Data[HookData]], generatedAt: Instant)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Abstract methods

def appName: String

Concrete methods

clients may want to override

clients may want to override

Attributes

def fieldMaskPattern: Regex

clients may want to override

clients may want to override

Attributes

protected def now(): Instant
def shouldMaskField(field: String): Boolean

Concrete fields

val outboundCallAuditType: String