HTTPHeader

final case class HTTPHeader(name: String, value: String)

HTTPHeader describes a custom header to be used in HTTP probes

Source:
HTTPHeader.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Source:
HTTPHeader.scala

transforms value to result of function

transforms value to result of function

Source:
HTTPHeader.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
HTTPHeader.scala

Returns a new data with value set to new value

Returns a new data with value set to new value

Source:
HTTPHeader.scala

Inherited methods

Inherited from:
Product