Skip to main content

Module codec

Module codec 

Source
Expand description

Content-Length based codec for the Debug Adapter Protocol wire format.

The DAP wire format is identical to LSP base protocol:

Content-Length: <N>\r\n
\r\n
<N bytes of JSON>

Structsยง

ContentLengthCodec
Content-Length based codec for the Debug Adapter Protocol.