Read configuration from AKKA's application.conf.
Read configuration from AKKA's application.conf. Supply default values to use if setting not present
Maximum size of HTTP request in megabytes. Defaults to 4MB.
Maximum size the initial line. Defaults to 4096 characters.
Maximum size of HTTP headers. Defaults to 8192 bytes.
Maximum size of HTTP chunks. Defaults to 8192 bytes.
Flag to indicate if we want to aggregate chunks. If false, your processor actors must be
able to handle HttpChunkProcessingContext
Flag to indicate if we want to aggregate chunks.
Flag to indicate if we want to aggregate chunks. If false, your processor actors must be
able to handle HttpChunkProcessingContext
Maximum size of HTTP chunks.
Maximum size of HTTP chunks. Defaults to 8192 bytes.
Maximum size of HTTP headers.
Maximum size of HTTP headers. Defaults to 8192 bytes.
Maximum size the initial line.
Maximum size the initial line. Defaults to 4096 characters.
Maximum size of HTTP request in megabytes.
Maximum size of HTTP request in megabytes. Defaults to 4MB.
HTTP protocol handling configuration
Maximum size of HTTP request in megabytes. Defaults to 4MB.
Maximum size the initial line. Defaults to 4096 characters.
Maximum size of HTTP headers. Defaults to 8192 bytes.
Maximum size of HTTP chunks. Defaults to 8192 bytes.
Flag to indicate if we want to aggregate chunks. If
false, your processor actors must be able to handleHttpChunkProcessingContext