nyara icon indicating copy to clipboard operation
nyara copied to clipboard

HeaderHash => Header

Open luikore opened this issue 10 years ago • 0 comments

Currently header is represented as a hash, but it can contain repeated keys so a extra_header_lines is used to generated additional ones.

We need a new Header class such that we can configure (globally) which keys are unique (also use first or last value), so other keys can have multiple values.

Header keys are case insensitive so the "headerlize" function can be removed.

luikore avatar Sep 05 '13 02:09 luikore