Lines Matching +full:set +full:- +full:url
2 # SPDX-License-Identifier: Apache-2.0
9 This parser requires some string-related routines commonly
13 bool "HTTP Parser for URL support"
16 This parser requires some string-related routines commonly
78 int "Size of the buffer used for decoding Huffman-encoded strings"
82 Size of the buffer used for decoding Huffman-encoded strings when
87 int "Maximum HTTP URL Length"
91 This setting determines the maximum length of the HTTP URL that the server can process.
94 int "Maximum HTTP Content-Type Length"
98 This setting determines the maximum length of the HTTP Content-Length field.
133 This setting determines the size of the (per-client) buffer used to store
174 int "Delay before re-initialization when restarting server"
178 In case server restarts for any reason, the server re-initialization
204 needed by websocket console are set.
209 If enabled, the fileserver will parse the accept-encoding header
213 1. brotli -> .br
214 2. gzip -> .gz
215 3. zstd -> .zst
216 4. compress -> .lzw
217 5. deflate -> .zz
229 module-dep = NET_LOG
230 module-str = Log level for HTTP client library
231 module-help = Enables HTTP client code to output debug messages.
235 module-dep = NET_LOG
236 module-str = Log level for HTTP server library
237 module-help = Enables HTTP server code to output debug messages.