Raw

org.http4s.Header$.Raw
See theRaw companion object
final case class Raw(name: CIString, value: String)

Attributes

Companion
object
Source
Header.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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.

Attributes

Source
Header.scala

Attributes

Source
Header.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Header.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product