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