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ยง
- Content
Length Codec - Content-Length based codec for the Debug Adapter Protocol.