public interface HttpLoggingConfiguration
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHeadersToExclude()
Gets the list of headers to exclude from logging.
|
List<String> |
getHeadersToInclude()
Gets the list of headers to include in logging.
|
List<String> |
getHeadersToUnmask()
Retrieves the list of headers to unmask from logging.
|
boolean |
shouldLogBody()
Checks if logging of request body is enabled.
|
boolean |
shouldLogHeaders()
Checks if logging of request headers is enabled.
|
boolean shouldLogBody()
boolean shouldLogHeaders()
List<String> getHeadersToInclude()
List<String> getHeadersToExclude()
Copyright © 2025. All rights reserved.