Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.3 KB

ok.md

File metadata and controls

16 lines (9 loc) · 1.3 KB
description
Message to indicate success on the previous request.

Ok

An Ok Message can be sent both by clients or servers to indicate success on a previous request identified with its Stream Identifier.

Header

FieldValueDescription
Message Type0x01Ok
Message SizevarintRemaining Message Length

Body

NameFieldTypeMandatoryDescription
Stream Id0x01trueStream identifier of the source request.
Parameters0x02falseOptional parameters associated to the response, like a response code, payload description, etc.
Payload0x03falseOptional payload associated to the response