org.http4s.multipart.Part
See thePart companion object Attributes
- Companion:
- object
- Source:
- Part.scala
- Graph
- Supertypes
Members list
Concise view
Value members
Decode the Media to the specified type
Decode the Media to the specified type
If no valid Status has been described, allow Ok
Attributes
- A
type of the result
- decoder
EntityDecoder used to decode the Media
- Returns:
the effect which will generate the A
- Inherited from:
- Media
- Source:
- Media.scala
Decode the Media to the specified type
Decode the Media to the specified type
Attributes
- T
type of the result
- decoder
EntityDecoder used to decode the Media
- Returns:
the effect which will generate the DecodeResult[T]
- Inherited from:
- Media
- Source:
- Media.scala