public interface HttpHeaders
| Modifier and Type | Method and Description |
|---|---|
default String |
header(String key)
Return the header as a single string value
|
Map<String,List<String>> |
headers()
Returns a Map containing a list of String values for each Header.
|
List<String> |
headers(String key)
Returns a List of all the Header String values for the provided key/name.
|
List<String> headers(String key)
key - The header key/name for which to provide the values.Map<String,List<String>> headers()
Copyright © 2015–2023 Red Hat. All rights reserved.