Package org.apache.pekko.http.scaladsl.common
package org.apache.pekko.http.scaladsl.common
- 
ClassDescriptionEntity streaming support trait allowing rendering and receiving incomingSource[T, _]from HTTP entities.Entity streaming support, independent of used Json parsing library etc.Read-only abstraction on top ofapplication/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.Simple model for strict file content in a multipart form data part.