mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
nip200: stream endpoint must be served with Transfer-Encoding: chunked
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
f540cf8c49
commit
ee51fa4b60
2
200.md
2
200.md
|
@ -67,3 +67,5 @@ Relay may start streaming to client when connected to `stream` endpoint by sendi
|
||||||
{ "id": ..., "content": .... }
|
{ "id": ..., "content": .... }
|
||||||
{ "id": ..., "content": .... }
|
{ "id": ..., "content": .... }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Relay must ensure that the `stream` endpoint **MUST** be served with `Transfer-Encoding: chunked` header.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user