Merge branch 'pawelka/FIN' into dev

This commit is contained in:
moozzyk 2017-03-07 14:57:07 -08:00
commit aca34cb4a1
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ In JavaScript/Browser clients, this encoding requires XHR2 (or similar HTTP requ
The body is encoded as follows. The `Content-Type` response header is set to `application/vnd.microsoft.aspnetcore.endpoint-messages.v1+binary`. Identifiers in square brackets `[]` indicate fields defined below, and parenthesis `()` indicate grouping. Other symbols indicate ASCII-encoded text in the stream
```
B([Length][Type][Body])([Length][Type][Fin][Body])... continues until end of the response body ...
B([Length][Type][Body])([Length][Type][Body])... continues until end of the response body ...
```
* `[Length]` - A 64-bit integer in Network Byte Order (Big-endian) representing the length of the body in bytes