public interface HTTPRequestHeaders
| Modifier and Type | Method and Description |
|---|---|
@Nullable java.lang.String |
getHTTPRequestHeader(java.lang.String caseInsensitiveHeaderName)
Return the value of the given HTTP header from the request, or null if the header is not
provided.
|
@Nullable @Nullable java.lang.String getHTTPRequestHeader(java.lang.String caseInsensitiveHeaderName)
caseInsensitiveHeaderName - the HTTP header name to get