Preparing search index...
The search index is not available
@nats-io/nats-core
@nats-io/nats-core
MsgHdrs
Interface MsgHdrs
interface
MsgHdrs
{
code
:
number
;
description
:
string
;
hasError
:
boolean
;
status
:
string
;
[iterator]
(
)
:
Iterator
<
[
string
,
string
[]
]
,
any
,
any
>
;
append
(
k
:
string
,
v
:
string
,
match
?:
Match
)
:
void
;
delete
(
k
:
string
,
match
?:
Match
)
:
void
;
get
(
k
:
string
,
match
?:
Match
)
:
string
;
has
(
k
:
string
,
match
?:
Match
)
:
boolean
;
keys
(
)
:
string
[]
;
last
(
k
:
string
,
match
?:
Match
)
:
string
;
set
(
k
:
string
,
v
:
string
,
match
?:
Match
)
:
void
;
values
(
k
:
string
,
match
?:
Match
)
:
string
[]
;
}
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
,
any
>
Returns
Iterator
<
[
string
,
string
[]
]
,
any
,
any
>
append
append
(
k
,
v
,
match
?
)
:
void
Parameters
k
:
string
v
:
string
Optional
match
:
Match
Returns
void
delete
delete
(
k
,
match
?
)
:
void
Parameters
k
:
string
Optional
match
:
Match
Returns
void
get
get
(
k
,
match
?
)
:
string
Parameters
k
:
string
Optional
match
:
Match
Returns
string
has
has
(
k
,
match
?
)
:
boolean
Parameters
k
:
string
Optional
match
:
Match
Returns
boolean
keys
keys
(
)
:
string
[]
Returns
string
[]
last
last
(
k
,
match
?
)
:
string
Parameters
k
:
string
Optional
match
:
Match
Returns
string
set
set
(
k
,
v
,
match
?
)
:
void
Parameters
k
:
string
v
:
string
Optional
match
:
Match
Returns
void
values
values
(
k
,
match
?
)
:
string
[]
Parameters
k
:
string
Optional
match
:
Match
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
description
has
Error
status
Methods
[iterator]
append
delete
get
has
keys
last
set
values
@nats-io/nats-core
Loading...