This repository was archived by the owner on May 29, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ downloads of files, as well as persistence and a standalone server.
77It allows a writer to ` APPEND ` data to a resource via a WebSocket and multiple
88readers to ` FOLLOW ` updates to the resource using WebSockets.
99
10+ Only one simultaneous appender is allowed for each resource. If there are no
11+ appenders at an existing resource, the server returns the full data in an HTTP
12+ 200 (bypassing WebSockets) to a follower. If the resource has never been written
13+ to, the server responds to a follower with HTTP 404.
14+
15+
1016* [ Documentation on Sourcegraph] ( https://sourcegraph.com/github.com/sourcegraph/httpfstream )
1117
1218[ ![ Build Status] ( https://travis-ci.org/sourcegraph/httpfstream.png?branch=master )] ( https://travis-ci.org/sourcegraph/httpfstream )
6369Notice that the ` httpfstream-follow ` window echoes what you type into the
6470appender window. Once you close the appender, the follower quits as well.
6571
66- If there are no appenders at an existing resource, the server returns the full
67- data in an HTTP 200 (bypassing WebSockets). If the resource has never been
68- written to, the server responds with HTTP 404.
69-
7072
7173### As a Go library
7274
You can’t perform that action at this time.
0 commit comments