| 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-urlencodedand multipart form data,
 allowing joint unmarshalling access to either kind, **if** you supply both, apekko.http.scaladsl.unmarshalling.FromStringUnmarshalleras well as apekko.http.scaladsl.unmarshalling.FromEntityUnmarshallerfor the target typeT. | 
| 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$ |