Structs§
- Response
Headers - Structured header data from a
Message
Functions§
- expect_
bool - Expects that
header
is abool
. - expect_
byte - Expects that
header
is ai8
. - expect_
byte_ array - Expects that
header
is aBlob
. - expect_
int16 - Expects that
header
is ai16
. - expect_
int32 - Expects that
header
is ai32
. - expect_
int64 - Expects that
header
is ai64
. - expect_
string - Expects that
header
is aString
. - expect_
timestamp - Expects that
header
is aDateTime
. - parse_
response_ headers - Parse headers from
Message