An HTTP header parameter.
HTTP header parameters are a list of name value pairs, and part of the header value.
Methods inherited from class | Name |
---|---|
class Tuple2 |
getFirst, getSecond, get, equals, hashCode, size, subList, add, add, remove, indexOf, clear, lastIndexOf, iterator, addAll, set, listIterator, listIterator, remove, toString, isEmpty, contains, toArray, toArray, addAll, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, stream, removeIf, parallelStream, forEach, replaceAll, spliterator, sort |
class Tuple |
get, equals, hashCode, size, subList, add, add, remove, indexOf, clear, lastIndexOf, iterator, addAll, set, listIterator, listIterator, remove, toString, isEmpty, contains, toArray, toArray, addAll, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, stream, removeIf, parallelStream, forEach, replaceAll, spliterator, sort |
Name of this HTTP header parameter.
E.g. "charset" in a header "Accept: application/json; charset=UTF-8".
Value of this HTTP header parameter.
E.g. "UTF-8" in a header "Accept: application/json; charset=UTF-8".