Typo: Header File Name -> Header Field Name

This commit is contained in:
Karsten Thoms 2016-07-27 12:51:29 +02:00 committed by GitHub
parent 2d6bc9290d
commit c730a8429d

View file

@ -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.