public interface HttpServiceRequest
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getAllHeaders() |
ByteBuffer |
getContent() |
String |
getHeader(String key) |
List<String> |
getHeaders(String key)
Returns all of the values for a specified header
|
String |
getMethod() |
String |
getRequestURI() |
String |
getUserId() |
String getMethod()
String getRequestURI()
ByteBuffer getContent()
Map<String,List<String>> getAllHeaders()
List<String> getHeaders(String key)
key
- the header to find@Nullable String getHeader(String key)
key
- the header to findnull
value will be returned.String getUserId()
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.