Interface | Description |
---|---|
StrictForm.Field | |
StrictForm.Field$.FieldUnmarshaller<T> | |
ToNameReceptacleEnhancements |
Class | Description |
---|---|
CsvEntityStreamingSupport | |
EntityStreamingSupport |
Entity streaming support trait allowing rendering and receiving incoming
Source[T, _] from HTTP entities. |
EntityStreamingSupport$ |
Entity streaming support, independent of used Json parsing library etc.
|
JsonEntityStreamingSupport | |
NameDefaultReceptacle<T> | |
NameDefaultUnmarshallerReceptacle<T> | |
NameOptionReceptacle<T> | |
NameOptionUnmarshallerReceptacle<T> | |
NameReceptacle<T> | |
NameUnmarshallerReceptacle<T> | |
RepeatedValueReceptacle<T> | |
RepeatedValueUnmarshallerReceptacle<T> | |
RequiredValueReceptacle<T> | |
RequiredValueUnmarshallerReceptacle<T> | |
StrictForm |
Read-only abstraction on top of
application/x-www-form-urlencoded and multipart form data,
allowing joint unmarshalling access to either kind, **if** you supply both, a pekko.http.scaladsl.unmarshalling.FromStringUnmarshaller
as well as a pekko.http.scaladsl.unmarshalling.FromEntityUnmarshaller for the target type T . |
StrictForm.Field$ | |
StrictForm.Field$.FieldUnmarshaller$ | |
StrictForm.Field$.FromPart | |
StrictForm.Field$.FromPart$ | |
StrictForm.Field$.FromString | |
StrictForm.Field$.FromString$ | |
StrictForm.Field$.LowPrioImplicits | |
StrictForm.FileData |
Simple model for strict file content in a multipart form data part.
|
StrictForm.FileData$ | |
StrictForm$ | |
ToNameReceptacleEnhancements$ |