A Language Server message Reader. It expects the following format:
<Header> '\r\n' <Content>
Header := FieldName ':' FieldValue '\r\n'
Currently there are two defined header fields:
- 'Content-Length' in bytes (required)
- 'Content-Type' (string), defaults to 'application/vscode-jsonrpc; charset=utf8'
Note
The header part is defined to be ASCII encoded, while the content part is UTF8.
A Language Server message Reader. It expects the following format:
<Header> '\r\n' <Content>
Header := FieldName ':' FieldValue '\r\n'
Currently there are two defined header fields: - 'Content-Length' in bytes (required) - 'Content-Type' (string), defaults to 'application/vscode-jsonrpc; charset=utf8'
The header part is defined to be ASCII encoded, while the content part is UTF8.