HeaderOps

com.ovoenergy.natchez.extras.datadog.headers.HeaderInstances$.HeaderOps
implicit class HeaderOps[A](header: SingleHeader[A])

Allow the string representation of a header to be transformed prior to it being passed to / after being recieved from the underlying typed header

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def transform(f: String => String): SingleHeader[A]