public final class LoggerConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY
Key representing the body of the HTTP request or response.
|
static String |
CONTENT_LENGTH
Key representing the content length of the HTTP response.
|
static String |
CONTENT_LENGTH_HEADER
Key representing the content length header.
|
static String |
CONTENT_TYPE
Key representing the content type of the HTTP response.
|
static String |
CONTENT_TYPE_HEADER
Key representing the content type header.
|
static String |
HEADERS
Key representing the headers of the HTTP request or response.
|
static String |
METHOD
Key representing the method of the HTTP request.
|
static String |
QUERY_PARAMETER
Key representing the query parameters of the HTTP request.
|
static String |
STATUS_CODE
Key representing the status code of the HTTP response.
|
static String |
URL
Key representing the URL of the HTTP request.
|
public static final String METHOD
public static final String URL
public static final String QUERY_PARAMETER
public static final String HEADERS
public static final String BODY
public static final String STATUS_CODE
public static final String CONTENT_LENGTH
public static final String CONTENT_TYPE
public static final String CONTENT_LENGTH_HEADER
public static final String CONTENT_TYPE_HEADER
Copyright © 2025. All rights reserved.