Preparing search index...
The search index is not available
nats-base-library
nats-base-library
MsgHdrs
Interface MsgHdrs
Hierarchy
Iterable
<
[
string
,
string
[]
]
>
MsgHdrs
Implemented by
MsgHdrsImpl
Index
Properties
code
description
has
Error
status
Methods
[iterator]
append
delete
get
has
keys
last
set
values
Properties
code
code
:
number
description
description
:
string
has
Error
has
Error
:
boolean
status
status
:
string
Methods
[iterator]
[iterator]
(
)
:
Iterator
<
[
string
,
string
[]
]
,
any
,
undefined
>
Returns
Iterator
<
[
string
,
string
[]
]
,
any
,
undefined
>
append
append
(
k
:
string
, v
:
string
, match
?:
Match
)
:
void
Parameters
k:
string
v:
string
Optional
match:
Match
Returns
void
delete
delete
(
k
:
string
, match
?:
Match
)
:
void
Parameters
k:
string
Optional
match:
Match
Returns
void
get
get
(
k
:
string
, match
?:
Match
)
:
string
Parameters
k:
string
Optional
match:
Match
Returns
string
has
has
(
k
:
string
, match
?:
Match
)
:
boolean
Parameters
k:
string
Optional
match:
Match
Returns
boolean
keys
keys
(
)
:
string
[]
Returns
string
[]
last
last
(
k
:
string
, match
?:
Match
)
:
string
Parameters
k:
string
Optional
match:
Match
Returns
string
set
set
(
k
:
string
, v
:
string
, match
?:
Match
)
:
void
Parameters
k:
string
v:
string
Optional
match:
Match
Returns
void
values
values
(
k
:
string
, match
?:
Match
)
:
string
[]
Parameters
k:
string
Optional
match:
Match
Returns
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
nats-
base-
library
Msg
Hdrs
code
description
has
Error
status
[iterator]
append
delete
get
has
keys
last
set
values
Generated using
TypeDoc