Raw

final case class Raw(name: CIString, value: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isNameValid: Boolean

True if name is a valid field-name per RFC7230. Where it is not, the header may be dropped by the backend.

True if name is a valid field-name per RFC7230. Where it is not, the header may be dropped by the backend.

def sanitizedValue: String
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product