object ToRaw
- Source
- Header.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToRaw
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit def foldablesToRaw[F[_], H](h: F[H])(implicit arg0: Foldable[F], convert: (H) ⇒ ToRaw with Primitive): ToRaw
- implicit def headersToRaw(h: Headers): ToRaw
- implicit def identityToRaw(h: ToRaw): ToRaw with Primitive
- implicit def keyValuesToRaw(kv: (String, String)): ToRaw with Primitive
- implicit def modelledHeadersToRaw[H](h: H)(implicit H: Header[H, _]): ToRaw with Primitive
- implicit def rawToRaw(h: Raw): ToRaw with Primitive
- implicit def scalaCollectionSeqToRaw[H](h: Seq[H])(implicit convert: (H) ⇒ ToRaw with Primitive): ToRaw