Received

emil.Received
See theReceived companion object
final case class Received(data: Vector[(String, String)], date: Instant)

Received header as described in RCF2822.

https://tools.ietf.org/html/rfc2822

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def findFirst(name: String): Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product