Interface HthvItems<TNameMode, TTagMode, TParamsMode>
Type Parameters
-
TNameMode extends "has-name" | "no-name" = "has-name" | "no-name"
-
TTagMode extends "has-tag" | "no-tag" = "has-tag" | "no-tag"
-
TParamsMode extends "has-params" | "no-params" = "has-params" | "no-params"
Properties
list
list: HthvItem<TNameMode, TTagMode, TParamsMode>[]
map
map: { [
name:
string]
: HthvItem<TNameMode, TTagMode, TParamsMode>; }
Type declaration
-
[name: string]: HthvItem<TNameMode, TTagMode, TParamsMode>
HTTP header value items collection.
Contains a map of named items, as well as their list.
This is constructed by hthvFlatten function.