mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Typo: Header File Name -> Header Field Name
This commit is contained in:
parent
2d6bc9290d
commit
c730a8429d
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ immediately precede the content part of a message.
|
|||
|
||||
Currently the following header fields are supported:
|
||||
|
||||
| Header File Name | Value Type | Description |
|
||||
|:-----------------|:------------|:------------|
|
||||
| Content-Length | number | The length of the content part in bytes. This header is required. |
|
||||
| Content-Type | string | The mime type of the content part. Defaults to application/vscode-jsonrpc; charset=utf8 |
|
||||
| Header Field Name | Value Type | Description |
|
||||
|:------------------|:------------|:------------|
|
||||
| Content-Length | number | The length of the content part in bytes. This header is required. |
|
||||
| Content-Type | string | The mime type of the content part. Defaults to application/vscode-jsonrpc; charset=utf8 |
|
||||
|
||||
The header part is encoded using the 'ascii' encoding. This includes the '\r\n' separating the header and content part.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue