public final class HttpServerProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
PRESERVE_HEADER_CASE
By default, header keys are parsed and stored internally in lower-case.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
refreshSystemProperties() |
public static boolean PRESERVE_HEADER_CASE
In the case of proxies where the server expects headers in a specific case, this flag may be set to true so the case
of the header keys are preserved.
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.