Module codec

Module codec 

Source
Expand description

DAP wire protocol codec

The DAP protocol uses HTTP-style headers followed by JSON body:

Content-Length: <byte-length>\r\n
\r\n
<JSON body>

Functionsยง

read_message
Read a DAP message from the stream
write_message
Write a DAP message to the stream