zio.http.Server.RequestStreaming
See theRequestStreaming companion trait
object RequestStreaming
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
RequestStreaming.type
Members list
Type members
Classlikes
final case class Disabled(maximumContentLength: Int) extends RequestStreaming
Disable streaming request bodies. Bodies larger than the configured maximum content length will be rejected.
Disable streaming request bodies. Bodies larger than the configured maximum content length will be rejected.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestStreamingclass Objecttrait Matchableclass AnyShow all
case object Enabled extends RequestStreaming
final case class Hybrid(maximumAggregatedLength: Int) extends RequestStreaming
Hybrid streaming option: Aggregate requests up to a certain size, and stream if larger.
Hybrid streaming option: Aggregate requests up to a certain size, and stream if larger.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestStreamingclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete fields
In this article