Attributes
- Companion
- object
- Source
- Part.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Media[F]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
This part's filename from its Content-Disposition header, decoded as UTF-8.
This part's filename from its Content-Disposition header, decoded as UTF-8.
Attributes
- Source
- Part.scala
This part's filename from its Content-Disposition header, decoded as the specified charset.
This part's filename from its Content-Disposition header, decoded as the specified charset.
Attributes
- Source
- Part.scala
This part's filename from its Content-Disposition header, as a chunk of bytes.
This part's filename from its Content-Disposition header, as a chunk of bytes. Interpretation into character data is the responsibility of the caller.
Attributes
- Source
- Part.scala
This part's name from its Content-Disposition header, decoded as UTF-8.
This part's name from its Content-Disposition header, decoded as UTF-8.
Attributes
- Source
- Part.scala
This part's name from its Content-Disposition header, decoded as the specified charset.
This part's name from its Content-Disposition header, decoded as the specified charset.
Attributes
- Source
- Part.scala
This part's name from its Content-Disposition header, as a chunk of bytes.
This part's name from its Content-Disposition header, as a chunk of bytes. Interpretation into character data is the responsibility of the caller.
Attributes
- Source
- Part.scala
Inherited methods
Decode the Media to the specified type
Type parameters
- A
-
type of the result
Value parameters
- decoder
-
EntityDecoder used to decode the Media
Attributes
- 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
Type parameters
- T
-
type of the result
Value parameters
- decoder
-
EntityDecoder used to decode the Media
Attributes
- Returns
-
the effect which will generate the
DecodeResult[T]
- Inherited from:
- Media
- Source
- Media.scala
Attributes
- Inherited from:
- Media
- Source
- Media.scala
Attributes
- Inherited from:
- Media
- Source
- Media.scala
Attributes
- Inherited from:
- Media
- Source
- Media.scala
Attributes
- Inherited from:
- Media
- Source
- Media.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product