public interface HTTPRequestHeaders
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getHTTPRequestHeader(String caseInsensitiveHeaderName)
Return the value of the given HTTP header from the request, or null if the header is not
provided.
|
@Nullable @Nullable String getHTTPRequestHeader(String caseInsensitiveHeaderName)
caseInsensitiveHeaderName - the HTTP header name to getCopyright © 2019–2022 Apollo Graph Inc.. All rights reserved.