trait Writeables extends AnyRef
- Source
- Helpers.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Writeables
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit def writeableOf_AnyContentAsEmpty(implicit code: Codec): [AnyContentAsEmpty.type]
- implicit def writeableOf_AnyContentAsFormUrlEncoded(implicit code: Codec): [AnyContentAsFormUrlEncoded]
- implicit def writeableOf_AnyContentAsJson: [AnyContentAsJson]
- def writeableOf_AnyContentAsJson(codec: Codec, contentType: Option[String] = None): [AnyContentAsJson]
- implicit def writeableOf_AnyContentAsMultipartForm(implicit codec: Codec): [AnyContentAsMultipartFormData]
- def writeableOf_AnyContentAsMultipartFormWithBoundary(boundary: Option[String])(implicit codec: Codec): [AnyContentAsMultipartFormData]
If you pass a boundary, it will be used to separate the data/file parts of the multipart/form-data body.
If you pass a boundary, it will be used to separate the data/file parts of the multipart/form-data body. If you don't pass a boundary a random one will be generated.
- implicit def writeableOf_AnyContentAsRaw: [AnyContentAsRaw]
- implicit def writeableOf_AnyContentAsText(implicit code: Codec): [AnyContentAsText]
- implicit def writeableOf_AnyContentAsXml(implicit codec: Codec): [AnyContentAsXml]
Deprecated Value Members
- implicit def writeableOf_AnyContentAsMultipartForm(contentType: Option[String])(implicit codec: Codec): [AnyContentAsMultipartFormData]
- Annotations
- @deprecated
- Deprecated
(Since version 2.9.0) Use writeableOf_AnyContentAsMultipartFormWithBoundary instead which takes only a boundary instead of the whole content-type