Returns the list of values for the header named name
. If there
is no header with the provided name, null
will be returned.
Source
List<String> operator[](String name);
Returns the list of values for the header named name
. If there
is no header with the provided name, null
will be returned.
List<String> operator[](String name);