All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.vertx.http.runtime.ServerLimitsConfig.jdp Maven / Gradle / Ivy

#
#Wed Jun 21 11:12:51 CEST 2023
io.quarkus.vertx.http.runtime.ServerLimitsConfig.headerTableSize=Set the SETTINGS_HEADER_TABLE_SIZE HTTP/2 setting.\n

\nAllows the sender to inform the remote endpoint of the maximum size of the header compression table used to decode\nheader blocks, in octets. The encoder can select any size equal to or less than this value by using signaling\nspecific to the header compression format inside a header block.\nThe initial value is {@code 4,096} octets. io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxInitialLineLength=The maximum length of the initial line (e.g. {@code "GET / HTTP/1.0"}). io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxFormAttributeSize=The maximum length of a form attribute. io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxBodySize=The maximum size of a request body. io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxConnections=The maximum number of connections that are allowed at any one time. If this is set\nit is recommended to set a short idle timeout. io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxChunkSize=The max HTTP chunk size io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxConcurrentStreams=Set SETTINGS_MAX_CONCURRENT_STREAMS HTTP/2 setting.\n

\nIndicates the maximum number of concurrent streams that the sender will allow. This limit is directional\: it\napplies to the number of streams that the sender permits the receiver to create. Initially, there is no limit to\nthis value. It is recommended that this value be no smaller than 100, to not unnecessarily limit parallelism. io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxHeaderListSize=Set the SETTINGS_MAX_HEADER_LIST_SIZE HTTP/2 setting.\nThis advisory setting informs a peer of the maximum size of header list that the sender is prepared to accept,\nin octets. The value is based on the uncompressed size of header fields, including the length of the name and\nvalue in octets plus an overhead of 32 octets for each header field.\nThe default value is {@code 8192} io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxHeaderSize=The maximum length of all headers. io.quarkus.vertx.http.runtime.ServerLimitsConfig.maxFrameSize=Set the SETTINGS_MAX_FRAME_SIZE HTTP/2 setting.\nIndicates the size of the largest frame payload that the sender is willing to receive, in octets.\nThe initial value is {@code 2^14} (16,384) octets.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy